



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: STATISTICAL INFERENCE; Subject: Statistics; University: University of Pennsylvania; Term: Unknown 1989;
Typology: Study notes
1 / 6
This page cannot be seen from the preview
Don't miss anything!




The normal distribution and its samples
f ( x ) =
2 πσ 2
exp
( x − μ)^2 σ 2
n
∑^ n
i = 1
Xi.
- The sample estimate of σ 2 is the sample variance
n − 1
∑^ n
i = 1
( Xi − ¯ X )^2 =
n n − 1
n
∑^ n
i = 1
X (^) i^2 −
n , is also called the standard error (SE) of X ¯. We estimate it as S /
n.
The binomial distribution and its samples
P ( X = k ) =
n k
pk^ ( 1 − p ) n − k^ , k = 0 ,... , n.
np ( 1 − p ).
p ( 1 − p )/ n ; it is also called the SE of p ˆ. We estimate it as
p ˆ( 1 − ˆ p )/ n.
One sample mean
X^ ¯ ± C ∗^ · σ^
∗ √ n
X^ ¯ − C ∗^ · σ^
∗ √ n
σ ∗ √ n
where C ∗^ is an appropriate upper quantile and σ ∗^ is an appropriate population SD or estimate thereof. The meaning of the confidence statement is that P (μ ∈ Interval) = γ , at least approximately. The important situations are:
- σ known and either population normal or n large: σ ∗^ = σ and C ∗^ = z α/ 2 , the (α/ 2 ) upper quantile of the standard normal. - σ unknown and n large: σ ∗^ = S and C ∗^ = z α/ 2. - σ unknown and population normal: σ ∗^ = S and C ∗^ = t α/ 2 ; n − 1 , the (α/ 2 ) upper quantile of the t distribution with n − 1 degrees of freedom (df).
n (w) =
2 z α/ 2
σ w
rounded up to the nearest integer. When σ is unknown, use an estimate from previous experience or from the corresponding value of S in a pilot experiment.
One population proportion
p ˆ ± z α/ 2
p ˆ( 1 − ˆ p ) n
and P μ∈ HA (Do not reject H 0 ) = P (Type II error) = β for this μ. The significance level α is the probability of a Type I error at the boundary value μ 0. The power of the test is P μ∈ HA (Reject H 0 )) = 1 − β.
p -value < α ⇒ reject ; p -value ≥ α ⇒ do not reject.
Particular tests: one population mean
X ¯ − μ 0 σ ∗/
n
Here σ ∗^ and C ∗^ are as in the above discussion of two-sided confidence intervals.
n =
σ ∗( z α/ 2 + z β ) μ 0 − μ′
In the one-sided case, put z α in place of z α/ 2. (The resulting n is only valid if it is large, since the formula uses large-sample normality).
Particular tests: one population proportion
p ˆ − p 0 √ p 0 ( 1 − p 0 )/ n
with the critical value determined in the usual manner as a standard normal upper quantile. p -values are also determined from T = t in an analogous manner. Here, n should not be too small; np 0 ( 1 − p 0 ) > 5 should suffice. For smaller n , there is a procedure we have not covered based on the binomial distribution.
n =
z α/ 2
p 0 ( 1 − p 0 ) + z β
p ′( 1 − p ′) p ′^ − p 0
rounded up to the nearest integer. For a one-sided test, replace z α/ 2 with z α.
Inferences about the difference of two population means
(σ 1 ∗ )^2 / n 1 + (σ 2 ∗ )^2 / n 2
Here σ 1 ∗ , σ 2 ∗ , and C ∗^ are like the values in the one-sample procedures. However, if n 1 or n 2 is small and σ is unknown, you need to assume normal population distributions and treat T as having a t distribution with ν df. Here
ν =
S^21 n 1 +^
S 22 n 2
( S 12 / n 1 )^2 n 1 − 1 +^
( S 22 / n 2 )^2 n 2 − 1
rounded to the nearest integer. Note that min{ n 1 − 1 , n 2 − 1 } ≤ ν ≤ n 1 + n 2 + 1.
S^2 pooled( 1 / n 1 + 1 / n 2 )