learn.howToCalculate
learn.whatIsHeading
A confidence interval (CI) gives a range of plausible values for a population parameter based on a sample. A 95% CI means: if we repeated this study many times, 95% of the resulting intervals would contain the true population value.
Trinn-for-trinn guide
- 1Calculate the sample mean (x̄) and standard deviation (s)
- 2Determine the z* critical value for your confidence level (95% → z* = 1.96)
- 3Calculate standard error: SE = s / √n
- 4Margin of error: ME = z* × SE
- 5CI = (x̄ − ME, x̄ + ME)
Løste eksempler
Inndata
n=100, mean=50, SD=10, 95% CI
Resultat
(48.04, 51.96)
ME = 1.96 × 10/√100 = 1.96
Inndata
n=30, mean=75, SD=15, 99% CI
Resultat
(67.94, 82.06)
ME = 2.576 × 15/√30 = 7.06
Klar til å beregne? Prøv den gratis Confidence Interval-kalkulatoren
Prøv selv →