Loading...
Loading...
Calculate standard error for means, proportions, and differences with step-by-step solutions and Python code.
Enter your data and click Calculate SE.
Quick Formulas:
Standard deviation (SD) measures the spread of individual observations in your sample. Standard error (SE) measures the precision of the sample mean as an estimate of the population mean. SE = SD / √n, so SE is always smaller than SD and decreases with larger samples.
Larger samples provide more information about the population, making the sample mean a more precise estimate. Mathematically, SE = s/√n, so doubling n reduces SE by a factor of √2 (≈41%). To halve the SE, you need 4× the sample size.