Statistical Inference Flashcards
What are two types of statistical inference?
Point estimation and interval estimation
Statistical inference is using estimated sample statistics and distributional properties of the estimator to make statements about unobserved population parameters
How do you construct a confidence interval when the mean is unknown?
Use the estimator for the mean
How do you construct a confidence interval when the variance is unknown?
Use the estimator for the variance or standard deviation (sigma hat) and replace the normal critical values with the values from Student’s t distribution using n - 1 degrees of freedom
When is the t distribution used?
When the observations come from a normal distribution but the mean and variance are unknown
What is the 95% confidence interval for a normal sample with unknown mean and variance?
[(mu hat) - tn-10.025(sigma hat), (mu hat) + tn-10.025(sigma hat)]
Divide sigma hat by root n when dealing with the distribution of the sample mean
What is the Central Limit Theorem?
For sufficiently large samples (n >= 40), the distribution of the sample mean will be approximately normal with mean mu and variance sigma squared over n, meaning estimators for mu and sigma can be used to construct CIs for the mean
What assumption must hold to construct confidence intervals for the variance?
Population distribution is normal
What is the chi squared distribution?
Χn-12 ~ (n-1)Sn-12/σ2
What is the 1 - α level confidence interval for variance?
[(n-1)Sn-12/Χα/2, n-12, (n-1)Sn-12/Χ1 - α/2, n-12]
What is a hypothesis test?
A test of whether a parameter takes a particular value based on sample statistics
What is a statistical test?
A rule for whether to reject a certain assumption given the available data
What are the null and alternative hypotheses?
The null hypothesis makes a specific assertion about a population parameter, the null is tested against the alternative hypothesis
What is the test statistic?
The random variable which will determine the outcome of the test
What are the acceptance and rejection regions?
When the test statistic falls in the acceptance region the null hypothesis is not rejected, when it falls in the rejection region the null is rejected
A and R are mutually exclusive and exhaustive
What are Type I and Type II errors?
Type I: rejecting a true null hypothesis
Type II: not rejecting a false null hypothesis