Skewness Calculator

Skewness Calculator

Measure the asymmetry and direction of a distribution's tail.

Last updated: March 2026

Calculator

Adjusted Skewness (G₁)
1.4859
Right-skewed (positive)
Sample Skewness (g₁)1.1052
Pearson's 2nd Coefficient0.9076
Mean7.6364
Median6.0000
Std Dev5.4087
n11

What is Skewness?

Skewness measures the asymmetry of a statistical distribution—whether data is balanced around its center or lopsided. A symmetric distribution (like normal distribution) has skewness near 0. Right-skewed (positive skewness) has a tail extending to the right, meaning some extremely high values pull the mean above the median. Left-skewed (negative skewness) has a tail extending left, with extreme low values below the median.

Skewness is crucial in finance, sociology, and science. Income distributions are typically right-skewed (few very rich people). Test scores might be left-skewed if most students do well. Understanding skewness helps identify outliers, choose appropriate statistical tests, and interpret data accurately.

This calculator provides three skewness measures: sample skewness (g₁), adjusted skewness (G₁, preferred for small samples), and Pearson's 2nd coefficient. Interpretation: |skewness| < 0.5 is approximately symmetric, > 1 is highly skewed.

How to Calculate Skewness

Step-by-Step Process

Step 1: Collect your numerical data (at least 3 values)
Step 2: Enter values separated by commas or spaces
Step 3: Calculate mean and standard deviation
Step 4: Compute cubed standardized values and skewness

Key Formulas

Sample Skewness (g₁):
g₁ = (1/n) × Σ((x − μ)/σ)³
Adjusted Skewness (G₁):
G₁ = (n / ((n−1)(n−2))) × Σ((x − μ)/σ)³
Pearson's 2nd Coefficient:
Pearson₂ = 3(μ − median) / σ
Interpretation Guide:
|Skewness| < 0.5 = Approx. symmetric | 0.5 to 1 = Moderate | > 1 = Highly skewed

Real-World Example

Income Distribution: Symmetric vs Right-Skewed

Scenario A:
Salaries: 30, 35, 40, 45, 50, 55, 60, 65, 70 (thousands)
Evenly distributed around 50
Scenario B:
Salaries: 30, 35, 40, 45, 50, 55, 60, 200, 500 (thousands)
Few very high earners pull tail right
Results:
Scenario A: Skewness ≈ 0
Symmetric. Mean ≈ Median (50). Well-balanced distribution.
Scenario B: Skewness ≈ 1.8 (Right-skewed)
Mean (155) much higher than Median (50). Few high earners distort distribution.

Frequently Asked Questions

Why is skewness important?

Skewness indicates whether data is symmetric or asymmetric. This affects interpretation of mean vs. median, choice of statistical tests, and confidence intervals. Highly skewed data may require transformation before analysis.

What's the difference between g₁ and G₁?

g₁ (sample skewness) is biased. G₁ (adjusted skewness) is unbiased and better for small samples. For large samples (n > 100), they're nearly identical. Prefer G₁ for inference.

Can skewness exceed 1 or −1?

Yes! Skewness can range from −3 to +3 theoretically, though extreme values are rare. |Skewness| > 1 indicates highly asymmetric distribution. Most real data has |skewness| < 2.

What does positive vs negative skewness mean?

Positive (right-skewed): tail extends right, mean > median, extreme high values. Example: income. Negative (left-skewed): tail extends left, mean < median, extreme low values. Example: test scores when most pass.

How does skewness relate to kurtosis?

Different measures! Skewness measures asymmetry direction. Kurtosis measures tail weight (how extreme outliers are). You can have symmetric data with high kurtosis (Cauchy distribution).

How do I handle skewed data?

Options: (1) Use non-parametric tests, (2) Transform data (log, square root), (3) Use robust statistics (median instead of mean), (4) Report median with skewness value to explain why.

Related Tools