Calculate the standard deviation, variance, and mean of a data set.
Enter comma-separated values
Population divides by N, sample divides by N-1 (Bessel's correction). Use sample for most real-world data.
How spread out data is from the mean. Low SD = data clustered near mean. High SD = widely spread.
Variance is standard deviation squared. It's useful in calculations but harder to interpret than SD.