Skewness Calculator

Analyze the asymmetry of your data distribution with our easy-to-use skewness calculator.

Enter Your Data

Separate each data point with a comma.

Data Distribution Visualization

Understanding Skewness

Skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable about its mean. The skewness value can be positive, negative, or zero.

This calculator uses the adjusted Fisher-Pearson standardized moment coefficient (G1) to calculate skewness, which is often preferred for sample skewness calculation. Understanding skewness helps in data analysis to interpret the distribution and choose appropriate statistical methods.

Formula

The formula for sample skewness (adjusted Fisher-Pearson coefficient of skewness) is:

$$ G_1 = \frac{\frac{1}{n} \sum_{i=1}^{n} (x_i - \bar{x})^3}{s^3} \times \frac{n}{\left(n-1\right) \left(n-2\right)} $$

Where: \( n \) is the number of data points, \( x_i \) are the data points, \( \bar{x} \) is the sample mean, and \( s \) is the sample standard deviation.