x̄ = (1/N) Σxᵢ
x bar equals one over N times the sum of x sub i.
Mean of N raw observations.
- N
- number of observed values
Use when — Raw ungrouped data.
Common trap — Dividing by the wrong count.
σ² = (1/N) Σ(xᵢ-x̄)²
Sigma squared equals one over N times the sum of x sub i minus x bar, squared.
Variance under the NCERT/JEE descriptive-data convention.
- N
- number of observed values
Use when — Raw ungrouped data, descriptive convention on this page.
Common trap — Using N-1 instead of N.
σ² = (1/N) Σxᵢ² - x̄²
Sigma squared equals one over N times the sum of x sub i squared, minus x bar squared.
Algebraically equivalent shortcut variance formula.
Use when — Same convention as the direct variance formula.
Common trap — Mixing this with a different denominator convention.
σ = √σ²
Sigma equals the square root of sigma squared.
Standard deviation as the principal nonnegative square root of variance.
Use when — After variance is computed.
Common trap — Taking a negative square root.
MD(A) = (1/N) Σ|xᵢ-A|
Mean deviation about A equals one over N times the sum of the absolute value of x sub i minus A.
Mean deviation about a stated central value A.
- A
- stated central value, such as mean or median
Use when — Raw ungrouped data.
Common trap — Forgetting absolute values.
x̄ = Σfᵢxᵢ/N
x bar equals the sum of f sub i times x sub i, divided by N.
Mean of discrete frequency data.
- fᵢ
- frequency of value xᵢ, fᵢ≥0
- N
- Σfᵢ>0
Use when — Discrete frequency data.
Common trap — Dividing by number of classes instead of total frequency.
σ² = Σfᵢ(xᵢ-x̄)²/N
Sigma squared equals the sum of f sub i times x sub i minus x bar, squared, divided by N.
Variance of discrete frequency data.
Use when — Discrete frequency data.
Common trap — Dividing by number of classes instead of total frequency.
MD(A) = Σfᵢ|xᵢ-A|/N
Mean deviation about A equals the sum of f sub i times the absolute value of x sub i minus A, divided by N.
Mean deviation about A for discrete frequency data.
Use when — Discrete frequency data.
Common trap — Forgetting absolute values.
Median = l + [(N/2-c_f)/f]h
Median equals l plus the quantity N over two minus c f, divided by f, times h.
Median estimate for continuous grouped frequency data.
- l
- lower class boundary of the median class
- c_f
- cumulative frequency before the median class
- f
- frequency of the median class, f>0
- h
- width of the median class
Use when — Continuous grouped frequency table.
Common trap — Using the grouped median formula without identifying the median class.
Mode = l + [(f₁-f₀)/(2f₁-f₀-f₂)]h
Mode equals l plus the quantity f one minus f zero, divided by two f one minus f zero minus f two, times h.
Mode estimate for continuous grouped frequency data.
- f₁
- modal-class frequency
- f₀
- frequency of the preceding class
- f₂
- frequency of the succeeding class
- h
- width of the modal class
Use when — Standard continuous grouped-data setting with a clear modal class.
Common trap — Forcing the formula when the denominator 2f₁-f₀-f₂ equals zero or the modal class is ambiguous.
μ = E[X] = Σxᵢpᵢ
Mu equals E of X equals the sum of x sub i times p sub i.
Mean of a finite discrete random variable.
- pᵢ
- probability of xᵢ, pᵢ≥0, Σpᵢ=1
Use when — Valid finite discrete probability distribution.
Common trap — Averaging x-values without probabilities.
Var(X) = Σ(xᵢ-μ)²pᵢ = Σxᵢ²pᵢ - μ²
Variance of X equals the sum of x sub i minus mu, squared, times p sub i, which must be nonnegative.
Variance of a finite discrete random variable.
Use when — Valid finite discrete probability distribution.
Common trap — Producing a negative variance from an arithmetic error.