Compute range, IQR, variance, and standard deviation step-by-step. Toggle between population (÷n) and sample (÷n−1) formulas.
Range = max − min
IQR = Q3 − Q1
Variance σ² = Σ(xᵢ−x̄)² / n (population)
Variance s² = Σ(xᵢ−x̄)² / (n−1) (sample)
SD = √Variance
Step-by-step tutoring makes variance and standard deviation click.