HP (Hewlett-Packard) 50g Calculator User Manual


 
Page 18-25
Small samples and large samples
The behavior of the Student’s t distribution is such that for n>30, the distribution
is indistinguishable from the standard normal distribution. Thus, for samples
larger than 30 elements when the population variance is unknown, you can use
the same confidence interval as when the population variance is known, but
replacing σ with S. Samples for which n>30 are typically referred to as large
samples, otherwise they are small samples.
Confidence interval for a proportion
A discrete random variable X follows a Bernoulli distribution if X can take only
two values, X = 0 (failure), and X = 1 (success). Let X ~ Bernoulli(p), where p
is the probability of success, then the mean value, or expectation, of X is E[X] =
p, and its variance is Var[X] = p(1-p).
If an experiment involving X is repeated n times, and k successful outcomes are
recorded, then an estimate of p is given by p’= k/n, while the standard error of
p’ is σ
p’
= (p(1-p)/n) . In practice, the sample estimate for p, i.e., p’ replaces
p in the standard error formula.
For a large sample size, n>30, and np > 5 and n(1-p)>5, the sampling
distribution is very nearly normal. Therefore, the 100(1-α) % central two-sided
confidence interval for the population mean p is (p’+z
α/2
⋅σ
p’
, p’+z
α/2
⋅σ
p’
).
For a small sample (n<30), the interval can be estimated as (p’-t
n-1,α/2
⋅σ
p’
,p’+t
n-
1,α/2
⋅σ
p’
).
Sampling distribution of differences and sums of statistics
Let S
1
and S
2
be independent statistics from two populations based on samples
of sizes n
1
and n
2
, respectively. Also, let the respective means and standard
errors of the sampling distributions of those statistics be μ
S1
and μ
S2
, and σ
S1
and σ
S2
, respectively. The differences between the statistics from the two
populations, S
1
-S
2
, have a sampling distribution with mean μ
S1S2
= μ
S1
- μ
S2
,
and standard error σ
S1S2
= (σ
S1
2
+ σ
S2
2
)
1/2
. Also, the sum of the statistics
T
1
+T
2
has a mean μ
S1+S2
= μ
S1
+μ
S2
, and standard error σ
S1+S2
= (σ
S1
2
+
σ
S2
2
)
1/2
.