Regression Flashcards
(6 cards)
What does a regression coefficient tell you in a financial context?
It shows the direction and strength of the relationship between the independent variable and the dependent variable (e.g., asset returns)
How do you test if a variable is statistically significant in a regression?
Use the t-statistic:
𝑡 = Estimate / StandardError
What does an R-squared value tell you in a regression?
R-squared measures the proportion of variation in the dependent variable that is explained by the independent variables in the model.
What does it mean if a variable is not statistically significant?
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.
What does a high t-statistic indicate in a regression?
That the variable’s coefficient is far from zero, relative to its standard error, indicating statistical significance and likely a real effect.
What’s the formula for degrees of freedom in a regression?
N - K
Where 𝑛 is number of observations, and 𝑘 is number of independent variables.