Use the following HTML code to embed the calculators within other websites:
Kurtosis
template<class T> doublekurtosis(
int
n
T*
data
)
A fundamental task in many statistical analyses is to characterize the location and variability of a data set. A further
characterization of the data includes skewness and kurtosis.
Kurtosis is a measure of whether the data are peaked or flat relative to a normal distribution. That is, data sets with
high kurtosis tend to have a distinct peak near the mean, decline rather rapidly, and have heavy tails.
Data sets with low kurtosis tend to have a flat top near the mean rather than a sharp peak. A uniform distribution
would be the extreme case.
The kurtosis for a standard normal distribution is three. For this reason, excess kurtosis is defined as
where x is the actual population and is the standard deviation. This way the standard normal distribution has a
kurtosis of zero. Positive kurtosis indicates a peaked distribution and negative kurtosis indicates a flat distribution.