Skip to main content

learn.howToCalculate

learn.whatIsHeading

Skewness measures the asymmetry of a probability distribution. Positive skew (right tail) means a few large values pull the mean up; negative skew (left tail) means a few small values pull it down.

Fórmula

Skewness = E[(X − μ)³] / σ³ = (Σ(xᵢ − x̄)³) / (n × s³)
X
data set
μ
mean
σ
standard deviation
s
sample standard deviation

Guia passo a passo

  1. 1Sample skewness = (n/((n−1)(n−2))) × Σ((xᵢ−x̄)/s)³
  2. 2Symmetric: skewness ≈ 0
  3. 3Right-skewed: mean > median > mode
  4. 4Left-skewed: mean < median < mode

Exemplos resolvidos

Entrada
Income data with a few very high earners
Resultado
Positively skewed (right tail); mean > median
Entrada
Test scores where most are near the top
Resultado
Negatively skewed (left tail)

Perguntas frequentes

What does skewness tell us?

Positive skewness: tail on right (long right tail). Negative: tail on left. Zero: symmetric.

When is data considered skewed?

Typically, |skewness| > 0.5 indicates noticeable skew. > 1 is highly skewed.

How is skewness different from kurtosis?

Skewness measures asymmetry. Kurtosis measures tail weight (how extreme the values are).

Configurações

PrivacidadeTermosSobre© 2026 PrimeCalcPro