Regression Flashcards

(6 cards)

1
Q

What does a regression coefficient tell you in a financial context?

A

It shows the direction and strength of the relationship between the independent variable and the dependent variable (e.g., asset returns)

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

How do you test if a variable is statistically significant in a regression?

A

Use the t-statistic:

𝑡 = Estimate / StandardError

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

What does an R-squared value tell you in a regression?

A

R-squared measures the proportion of variation in the dependent variable that is explained by the independent variables in the model.

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

What does it mean if a variable is not statistically significant?

A

It means there is insufficient evidence to say the variable has a real effect on the outcome — its coefficient could be due to random noise in the data.

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

What does a high t-statistic indicate in a regression?

A

That the variable’s coefficient is far from zero, relative to its standard error, indicating statistical significance and likely a real effect.

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

What’s the formula for degrees of freedom in a regression?

A

N - K
Where 𝑛 is number of observations, and 𝑘 is number of independent variables.

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