Point Estimates Flashcards
Define a point estimate
A point estimates of a parameter, theta, is a SINGLE number that can be regarded as a SENSIBLE value for theta.
A pt estimate is obtained by SELECTING a suitable STATISTIC and COMPUTING its value from a given SAMPLE data.
The selected statistic is called the POINT ESTIMATOR of theta.
Given 20 random sample obs which point estimate i best?
(a) Estimator Xbar, estimate xbar = Sigma xi/n = 27.791
(b) Estimator Xtilde, estimate xtilde = median = 27.96
(c) Estimator = [min(Xi)+max(Xi)]/2
= [min(xi)+max(xi)]/2 = 27.67
(d) Estimator = Xbar_tr(10) trimmed mean = 27.838
Ea. of estimators (a)-(d) uses a different measure of the center of the sample to estimate mu.. Which estimate is closest to the true value? We cannot answer this without knowing the true value.
A question that can be answered is, “which estimator, when used on other samples of Xis will tend to produce estimates closest to the true values?”
What is an unbiased estimator?
A point estimator theta_hat is said to be an UNBIASED ESTIMATOR of theta if E(theta_hat) = theta for every possible value of theta.
If theta is NOT unbiased, the difference E(theta_hat) - theta is called the BIAS of theta_hat.
i.e. theta_hat is UNBIASED if its probability distribution is always “centered” at the true value of theta.
What is an unbiased estimator of a binomial rv?
When X is a BINOMIAL rv with parameters n and p, the sample proportion phat = X/n is an UNBIASED estimator of p.
E(phat)
= E(x/n)
= 1/n E(X)
= 1/n (n*p) binomial EV = np
= p
What is an unbiased estimator of variance?
Let X1,X2,…,Xn be a random SAMPLE from a distribution with mean mu and variance sigma^2.
Then the estimator if sigma^2
sigma^2_hat
= S^2
=Sigma(Xi - Xbar)^2 /(n-1)
is an UNBIASED estimator of sigma^2.
What is an estimator with minimum variance?
Suppose theta_hat_1 and theta_hat_2 are BOTH unbiased. Then although the distribution of ea estimator is centered at the true value of theta, the spread of the distributions about the true value may be DIFFERENT.
Principal of Minimum Variance Unbiased Estimation:
Among all estimators of theta that are unbiased, hoose the one that has MINIMUM VARIANCE. The resulting theta_hat is called the MINIMUM VARIANCE UNBIASED ESTIMATOR (MVUE) of theta.
e.g. given two normal pdfs theta_hat_1 and theta_hat_2 which BOTH have the same center sample unbiased estimator, the MVUE (better estimator) is the estimator which has a SMALLER variance (smaller spread).
What is a standard error?
Besides reporting the value of a point estimate, some INDICATION of its PRECISION should be given. The usual measure of precision is the STANDARD ERROR of the estimator used.
The STANDARD ERROR of an estimator theta_hat is its std dev sigma_theta = sqrt(V(theta_hat)). If the std error itself involves UNKNOWN parameters whose values can be estimated, substitution of these estimates into sigma_theta yields the ESTIMATED STANDARD ERROR (estimated standard dev). The estimated std error cab be denoted by s_theta.
What the standard error of a normally distributed sample mean Xbar?
If n=20 and the value of sigma is KNOWN to be 1.5, the standard error of Xbar is sigma_Xbar = sigma/sqrt(n) = 1.5/sqrt(20) = .335.
If population sigma is UNKNOWN, but the SAMPLE std dev sigma_hat is computed as 1.462, the estimate sigma_hat_Xbar
= s /sqrt(n)
= 1.462 / sqrt(20)
= .327
What is a standard error of a sample proportion?
The standard error of phat = X/n is:
sigma_phat = sqrt(V(X/n) = sqrt(V(X) /n^2) = sqrt(npq /n^2) = sqrt(pq /n)