Navigation
Name
Rascal
/
Libraries
/
analysis
/
statistics
/
Descriptive
/
kurtosis
Synopsis
Kurtosis of data values.
Function
num kurtosis(list[num] values)
Usage
import analysis::statistics::Descriptive;
Description
Computes the
kurtosis
of the given data values. Kurtosis is a measure of the "peakedness" of a distribution.
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit
ask.rascal-mpl.org
.