Interpretation Of Fitted Models Flashcards

1
Q

Point prediction? (SLRM) and dist?

A

For an unknown (not observed) response at some x_0

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

How to form prediction interval (SLRM)

A

-find dist of μ^^_0 - Y_0
-Standardize μ^^_0 - Y_0 by replacing σ^2 by its estimator to get

a=(1/n + (x_0 - x^-)^2/S_xx)

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

(1-α)100% PI for Y_0 in SLRM is?

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

Compare PI to CI for mean response μ_0

A

PI is wider than CI because to predict a new observation rather than a mean, we need to add variability of additional random error ε_0

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

Only make predictions for values

A

Within range of data

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

To predict a new observation we need to take into account

A

It’s expectations and also a possible new random error

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

Point estimator of new observation (below) is (general regression)? And dist?

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

(1-α)100% PI for Y_0 is? (General regression) vector form

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

How to write quadratic regression model in vectors

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

How to compare quadratic regression model w SLRM

A

-fit Y_i = β_0 + β_1*x_i + β_11 * (x_i)^2 + ε_i
-test H_0: β_11 = 0 against H_1: β_11 != 0
-reject null if quad gives statistically significant better fit

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

If polynomial model has some higher order terms that are large

A

Centre x by subtracting it’s mean, eg:

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

If model is polynomial, which terms do you consider removing first?

A

Higher order, given that the Lower order is there, eg
-if x_2,i and x^2_2,i are both there, begin w x^2_2,i

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

Linear form of polynomial regression models

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

Sequential sum of squares

A

SS_R - SS_R (without the new variable)

Remember SS_R
Is regression sum of squares (sum((predictions-mean)^2))

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

How to use sequential sum of squares

A

Taking SS_R and difference from previous SS_R when adding variables:
If difference is relatively small. Don’t need that variable

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