Week 10 - Distributions, inference, diagnostics, Decision trees. Flashcards

1
Q

What is R^2?

A

R squared is the proportion of deviance explained by the model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between deviance and null deviance?

A

Null deviance explains how well y is predicted by model that uses an intercept only. The Deviance (or residual deviance) is a measure of goodness of fit. We want deviance to be low and Null deviance to be high.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are AIC and BIC?

A

They measure the model. Lower is better and BIC penalises model with higher variables more than AIC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are regression trees?

A

They recursively partition data. Use average response value of each partition and estimate model. I.e. choose best partition by optimising criteria (e.g. sum of sqaure resids). It will choose where to split.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly