summary.kurtosis Function (GPL)

Syntax

summary.kurtosis(<algebra>)

or

summary.kurtosis(<binning function>)

or

summary.kurtosis(<statistic function>)

<algebra>. Graph algebra, such as x*y. Refer to Brief Overview of GPL Algebra for an introduction to graph algebra.

<binning function>. A binning function.

<statistic function>. Another statistic function. The result of the embedded statistic is used to calculate summary.kurtosis.

Description

Calculates the kurtosis, which measures whether the data peak more compared to the normal distribution. If the function is evaluating graph algebra, the kurtosis of the analysis variable is returned. For more information about analysis variables, see the discussion in Brief Overview of GPL Algebra .

Examples

Figure 1. Example: Calculating the kurtosis of salary for each jobcat category
ELEMENT: interval(position(summary.kurtosis(jobcat*salary)))

Statistic Functions

See GPL Functions .