CI for a single population proportion (p)
Conditions
- The data comes from a random sample.
- \(n * \widehat{p} \geq 10\)
(Success Condition)
- \(n * (1-\widehat{p}) \geq 10\)
(Failure Condition)
CI for a difference in population proportions (\(p_1 - p_2\))
Conditions
- Data for both groups is representative, both groups
independent.
- \(n_1 * \widehat{p}_1 \geq 10\)
(Success Condition Grp 1)
- \(n_1 * (1-\widehat{p}_1) \geq 10\)
(Failure Condition Grp 1)
- \(n_2 * \widehat{p}_2 \geq 10\)
(Success Condition Grp 2)
- \(n_2 * (1-\widehat{p}_2) \geq 10\)
(Failure Condition Grp 2)
Confidence Interval for a Single Mean
Conditions
- The population is Normal OR the sample
size large enough for CLT
- There was a representative
100(1-\(\alpha\))% Confidence
Interval Formula (\(\sigma\)
unknown)
\(\overline{x} \pm t_{(1-\alpha/2,
df=n-1)} \times \frac{s}{\sqrt{n}}\)
where \(t_{(1-\alpha/2, df=n-1)}\)
is the \(1-\alpha/2\) quantile for a
t-distribution with n-1 degrees of freedom (use qt() to get
final values).
Confidence Interval for Difference in Means
Conditions
- The populations are Normal OR the both
sample sizes \(n_1 \geq 30\) and \(n_2 \geq 30\)
- There was a random sample for both groups.
100(1-\(\alpha\))% Confidence
Interval Formula (\(\sigma\)
unknown)
(\(\overline{x}_1 - \overline{x}_2) \pm
t_{(1-\alpha/2, df)} \times \sqrt{\frac{s_1^2}{n_1} +
\frac{s_2^2}{n_2}}\)
where \(t_{(1-\alpha/2, df)}\) is
the \(1-\alpha/2\) quantile for a
t-distribution with degrees of freedom \(df=min(n_1, n_2)-1\) (use qt()
to get final values).
Strength of Evidence Chart
