Loading…

Standard Error and Confidence Interval

Biology • Bio Lab Math and Data Analysis

View all topics

Standard error & confidence interval (basic)

Blanks are ignored. Non-numeric entries are skipped and reported. You can also load a CSV/text file (one numeric column is enough).
Use t when SD comes from the sample. Use z only if you know the population standard deviation σ.
Ready

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the standard error of the mean (SEM) and how is it calculated?

SEM measures how precisely the sample mean estimates the population mean. This calculator uses SEM = s / sqrt(n) for the t method (sample SD) or SEM = sigma / sqrt(n) for the z method (known population SD).

How is the confidence interval for the mean computed in this calculator?

It builds a two-sided interval: CI = xbar ± ME, where ME = critical x SEM. The critical value is t* with df = n - 1 for the t method or z* for the z method.

When should I use the t method instead of the z method?

Use t when the SD comes from your sample (most lab datasets). Use z only when you truly know the population SD sigma from a reliable external source; a large sample size does not make sigma known.

What does a 95% confidence interval mean in practical terms?

If the same sampling process were repeated many times, about 95% of the computed intervals would contain the true mean mu. It does not mean there is a 95% probability that mu lies in this one specific interval.

Can I use summary stats instead of raw data, and what do I lose?

Yes, Summary stats mode is designed for cases where you only have n, mean, and SD. You still get SEM and the confidence interval, but you will not get the data preview or intermediate sums that are available in Data list mode.