Parameter | Sample (n={{ sprintf("%.0f", n) }}) | Population |
Mean |
x | {{ sprintf("%.*f", dec, mean) }} |
μ | {{ sprintf("%.*f", dec, mu) }} |
Standard deviation |
s | {{ sprintf("%.*f", dec, sds) }} |
σ | {{ sprintf("%.*f", dec, sdp) }} |
Variance of X |
σ estimated | {{ sprintf("%.*f", dec, xbvs) }} |
σ known | {{ sprintf("%.*f", dec, xbvp) }} |
Test | H0 | H1 |
Hypotheses | {{ HTML(h0) }} | {{ HTML(h1) }} |
Decision |
{{ HTML(decision) }} |
Type I error (α error) |
| P("H1"|H0)={{ sprintf("%.1f", alpha) }}% |
Type II error (β error) |
P("H0"|H1)={{ sprintf("%.1f", beta) }}% | |