Processing math: 100%
Skip to main content

Section 1.7 Other Statistical Point Measures

Above, we have investigated statistical measures that help determine the middle and the spread of a given data set. There are however other metrics available that help describe the distribution of that data. Skewness is one of those metrics and describes any lack of symmetry of the data set's distribution and whether data is stretched out to one side or the other.

Definition 1.7.1 Skewness

For population data, the Skewness of x1,x2,...,xn is given by

1σ3nk=1(xkμ)3n.

For sample data, the Skewness of x1,x2,...,xn is given by

1s3nk=1(xk¯x)3n.

A positive skewness indicates that the positive (xkμ)3 terms (likewise (xk¯x)3 terms) overwhelm the negative terms. So, a positive skewness indicates that the data set is strung out to the right. Likewise, a negative skewness indicates a data set that is strung out to the left.

Data might tend to be clustered around the mean. The "kurtosis" can be used to measure how closely data resembles a "bell-shaped" collection.

Definition 1.7.2 Kurtosis

For population data, the Kurtosis of x1,x2,...,xn is given by

1σ4nk=1(xkμ)4n.

For sample data, the Kurtosis of x1,x2,...,xn is given by

1s4nk=1(xk¯x)4n.

A kurtosis of 3 indicates that the data is perfectly bell shaped (a "normal" distribution) whereas data further away from 3 indicates data that is less bell shaped.

Going back to a previous example...

Computing skewness and kurtosis by hand can often be better organized using a table. Below, notice that the xk column would be the given data values but the other columns you could again easily compute.

xk x2k x3k x4k
1 1 1 1
-1 1 -1 1
0 0 0 0
2 4 8 16
2 4 8 16
5 25 125 625
Table 1.7.4 Computing data statistics by hand
So, Σxk=9 and Σx2k=35 as before and so ¯x=32, v=266, s2=65×v=265, and so s=265=5.2. But also, Σx3k=141 and Σx4k=659. Use these in the formulas above to obtain skewness of

[1416326532(32)2]/s3

and kurtosis of

[65964321416+6(32)22653(32)4]/s4.