
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: Introduction to Mathematical Statistics; Subject: STATISTICS; University: University of Wisconsin - Madison; Term: Fall 2004;
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

X¯ − μ σ/
n
X¯ − μ S/
n
where S is the sample standard deviation. If n is sufficiently large, approximate 100(1 − α)% confidence interval for μ is
¯x ± zα/ 2
s √ n
where s is the sample standard deviation.
θ^ ˆ + zα/ 2
Vθ.ˆ
In many applications, Vˆθ is a function of θ which makes computation of CI complicated. In this sit- uation, we need to estimate Vθˆ further. Example. Toss n = 100 biased coins with P (H) = p. Suppose you observe 38 heads. Con- struct 95% CI of p.
X<-rbinom(100,1,0.4) X [1] 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 [17] 0 0 1 1 0 1 0 1 1 0 1 0 1 0 1 0 [33] 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0
sqrt(0.38(1-0.38)/100)1. [1] 0. 0.38+0. [1] 0. 0.38-0. [1] 0.
θ < x¯ + zα
Vθˆ
and a lower confidence bound for μ is
θ > x¯ − zα
Vθ.ˆ
Review Problems. Example 7.8, 7.10.