ch7
ch7
ch7
S s
Point Estimation
EXA We want to estimate the proportion of
people in Cleveland who like liver. A random
sample of 500 Clevelanders is taken resulting
in 110 saying they like liver.
Random Sample, Statistic
The random variables X1, X2,…,Xn are a
random sample of size n iff the Xi ‘s are
independent random variables where each Xi
has the same probability distribution (iid).
X is approximately N(,2/n)
for large n.
Rule of Thumb: Large n n > 30.
Illustration of CLT using R
xbar=matrix(0,1000)
for(i in 1:1000)
{
xbar[i]=mean(rexp(2))
}
mean(xbar)
sd(xbar)
hist(xbar)
qqnorm(xbar)
CLT
EXA The number of flaws per square yard in
a type of carpet material varies with mean 1.3
flaws per square yard and standard deviation
1.5 flaws per square yard. An inspector
samples at random 200 square yards of the
material. Find the probability that the mean
number of flaws is at most 1 per square yard.
Unbiased Estimators
Defn θˆ is an unbiased estimator of iff
θˆ ) = . Also, the bias ofθˆ
E(
equals θˆ
E( ) - .
X
EXA a. Is p̂ an unbiased estimator of ?
b. Is an unbiased estimator of p?
c. Is S2 an unbiased estimator of
2.
Standard Error
Defn Standard error of θˆ = θˆ = Var( θ̂ ) .
For k = 1, we have X .