Chapter 7 (Statistical Estimation and Sampling Distributions) Flashcards
What is a parameter?
Numeric characteristic of the population. Denoted with theta
What is a statistic?
A numeric characteristic of a sample used to estimate the population parameter. Denoted theta_hat
What is a point estimate?
The realized value of a statistic.
What is a sampling distribution?
Consists of all possible values of a statistic for a given sample size, and their associated probabilities.
What can a statistic be seen as?
A random variable!
What characteristics of the statistic can we use to ascertain how good the statistic is as an estimator of the parameter?
The sampling distribution, with its expected value and variance.
What is the Central Limit Theorem?
If we have a sample (iid) from a distribution with myu and sigma^2, then if the sample n is large enough, the distribution is approximately normal:
X_bar •~ N(µ, sigma^2/n)
nX •~ N(nµ, nsigma^s)
p_hat •~ N(p, [p(1-p)]/n)
Using the CLT, what is the sample proportion distribution?
p_hat •~ N(p, p(1-p)/n)
How do we know if a statistic is unbiased?
If the expected value of the statistic is equal to the parameter.
E(theta_hat) = theta E(µ_hat) = µ E(sigma_hat) = sigma
If a statistic is biased, what is the bias?
The bias is:
E(theta_hat) - theta.
How do we compute the population variance?
Sigma^2 = 1/n(Sum(xi- myu)^2
How do we compute the sample variance? (S^2)
S^2 = 1/(n-1)(Sum(Xi- X_bar)^2
What does the variance of a statistic tell us?
How much the value of the statistic is likely to change from sample to sample.
What is the standard deviation of a statistic called?
Standard error.
What is the formula for standard error?
s/sqrt(n)