Term One Flashcards
What are the three Ln power rules?
ln (X.Y) = LnX + LnY
Ln (X/Y)= LnX - LnY
LnX^y= yLnX
What makes a model dynamic?
it incorporates data from other time periods. i.e:
yt= Co+ B1Yt-1 + B2Xt+ Ut (DYNAMIC MODEL)
Yt= Co +B2Xt + Ut (STATIC MODEL)
What is the difference between Cardinal and Ordinal Measurement?
Cardinal is the measurement of something’s magnitude, i.e; how large is it.
Ordinal is the measurement of how a variable is ranked amongst other variables.
What are the three types of economic data?
Time- Series: measures a certain variable across a number of time periods.
Cross-Sectional: Is the measurement of a sampled variable at a single point in time.
Pooled Cross- Sectional: Is where two or more cross=-sections are combined to create a single data set.
Panel/Longitudinal Data: Is data that contains both a time-series and a cross-sectional element to it.
What does the variable U represent?
it is a random error term, it captures variables which may not be in the model but their effect can be observed.
What is the defintion of;
Deterministic
Stochastic
Deterministic is constant, it defines usually a trend.
Stochastic means a random variable or trend.
From Greek stochos or to guess.
What are the eight classical assumptions about Ut?
1) There is Zero mean. The expected value of Ut is zero.
2) Homoscedasticity, which means constant varience. V(ut)=2
3) Ut and Us are independent for all values where t does not equal s Cov(Ut,Us) = 0
4) Cov(Xt,Ut) = 0 or X is fixed in repeated samples.
5) The regression line is linear in its coefficients.
6) n>k number of observations greater than the number of regressors. (degrees of freedom)
7) X takes a number of different values otherwise X=X bar
8) Random errors are distributed normally. (By the way of a normal curve if you looked at their distribution).
How to find a residual?
Yt=Yt hat + Ut hat hat shows estimate
How to find the RSS
You sum from t=1 to t=n for (Yt-a-bXt)^2
Give a different formula to calculate b hat. explain why
Cov(X,Y)/Var(X). This is because the derived version of the formula with both num and denom divded by n-1 will give the above variables. However, you don’t have to do that as the n-1 will cancel.
How to calculate R squared?
R squared = ESS/TSS (Formulas given in the formula sheet).
Give an example of both one and two tailed hypothesis testing.
Two tail: Ho: b=0 H1: b not equal 0
One Tail H0: b0.
What do you differently in hypothesis testing between a one tail and two tail alternative?
t distriubtion shows a two tailed alternative. You go for the t stat for the significance level the next stage higher than the one that you are looking for.
What does R squared show?
It shows the fraction of samle variation in Y that is explained in X.
How to carry out a t-test on a multiple regression set?
Set Ho: b=o and H1: b not equal 0.
t (n-k) @5%
Where K is the number of explanatory variables, including the constant; b1.
How would you compute a confidence interval for a small sample?
b+- t (n-k) @5% x s.e(b)
How do you conduct an F-test with a multiple regression model?
You find RSSu of unrestricted Model.
You then provide restrictions to the model.
Find RSSr.
Put them into the F-test formula.
Where d is the number of restrictions in the model.
Give a formula for R^2
ESS/TSS
What is an alternative formula for the general hypothesis test?
Fval= (ESS/(K-1))/(RSS/(n-k))
What happens if you cannot find the exact degrees of freedom on the formula table that you need?
You go for the degrees of freedom that is closest to the one that you are trying to calculate.
What is Multicollinearity?
It is where movements in one explanatory variable is closely matched by movements in another explanatory variable.
The consequence is that it may not be possible to estimate the separate effects of each explanatory variable.
What is perfect Multicollinearity?
it is where two explanatory variables are exactly linearly related.
i.e; X2= 2+ 3X3
What is one reason for Multicollinearity?
Dummy Variable trap
where sum of dummy variables is equal to the constant.
If you include all dummy variables, then the model will have exact linear dependence and cannot be solved.
It is a case of perfect MC
What is Imperfect MC?
It is where there is a linear relationship between variables, plus a random error.
What will show up Imperfect M/C?
It will be shown in the statistical precision. i.e: there will be very high t-test statistics .
However you could still estimate Bi.
What are the concequences or symptoms of M/C?
OLS estimates are still BLUE but, variances and co-variances are likely to be large.
Difficult achieve precise coefficient estimates.
Statistical inference will be problematic with wide confidence intervals and statistical insignificance likely (i.e. low t-ratios) but R2 will be high (results look “strange”).
Hence, regression equation appears to explain the dependent variable well but no individual explanatory variable appears significant.
Results can be sensitive to small changes in the sample.
So if add/delete a few observations in a sample can see large changes in significance of parameter estimates.
The residuals are not affected, F test reliable.
Estimated parameters subject to error, T test TS low.
What suggests high collinearity?
When you include both explanatory variables and their standard error’s increase to much more than when they are in the models on their own.
How to detect Multicollinearity?
You conduct a t test on the partial correlation coefficient.
r = sample correlation coefficient
s = square root ((1-r^2)/(n-2)).
You can also inspect the R^2 and F-test. If the R^2 is high and F-test is significant, then you trial and error by removing coefficients until you find the problem one.
What is the Varience Inflation Factor?
it is 1/(1-R^2).
If it is greater or equal to ten then it is said to be highly collinear.
What are the solutions to M/C?
get better data
Re-specify the model and reduce explanatory variables.
What is the adjusted coefficient of determination?
It is R bar squared, the formula is 1- (1-r^2)((n-1)/n-(k+1))
What is the null and alternate hypothesis for the validity of statistical coefficients?
Ho: B1=B2=0
H1: B1 not equal to B2 not equal to zero.
Give another way that you can detect Multicollinearity
It is where R squared does not decrease significantly even though you respecify the model.
How do you calculate the elasticity of a linear regression?
If you know that e (y,x) =Dy/DX x X/Y
We know that DY/DX = b
therefore bhat x Xbar/ Ybar is the general estimation.
Note that you can input all of your Y X combinations.