2. Continuous Probability Distribution, Samples, Estimators, Hypothesis Testing Flashcards
What is the normal distribution characterised by?
The mean and the variance
What % of values are within 1 standard deviation from the mean?
68%
Properties of chi squared distribution
- Asymmetric, right skewed. The skewness decreases with degrees of freedom
- The mean is given by n and the variance is given by 2n
- A sum of independent chi square random variables is also chi square distributed
What is the t distribution?
The ratio of independent standard normal and square root scales chi squared random variables
Properties of t distribution
- Has thicker tails when n is small
- When n is large it is basically the standard normal
- Values of t distribution are used as critical values in hypotheses tests
- Mean is 0 and variance is n/(n-2)
Properties of F distribution
Asymmetric and right skewed. As n1 and n2 increase, the F distribution approaches the normal
Unbiased
An estimator is unbiased if it’s sampling distribution equals the parameter of interest
Efficiency
An estimator is efficient if it has the smallest possible variance
Type 1 error
We reject Ho even when it is true. The probability of this happening is equal to the significance level
Type 2 error
Failing to reject Ho when H1 is true
What happens to the power of the test as n approaches infinity?
The power of the test approaches 1, we say the test is consistent
What is a residual?
The deviation of Yt from the estimated relationship relationship for a given observation
How do we derive OLS estimators of alpha hat and beta hat?
Take partial derivatives of the sum of squared deviations wrt alpha hat and beta hat. Set each derivative to 0. Solve for alpha hat and beta hat
OLS assumptions
- Explanatory variables x are uncorrelated with errors
- Errors have zero conditional mean
- Errors have constant variance (no heteroscedasticity)
- Errors are uncorrelated with each other (no serial correlation)
Which one of the OLS assumptions is the one that is likely to cause us issues?
- Explanatory variables x are uncorrelated with errors. If this assumptions doesn’t hold then the estimators become biased and inconsistent