Navigation
Name
Rascal
/
Libraries
/
analysis
/
statistics
/
Descriptive
/
skewness
Synopsis
Skewness of data values.
Function
num skewness(list[num] values)
Usage
import analysis::statistics::Descriptive;
Description
Returns the
skewness
of the available values. Skewness is a measure of the asymmetry of a given 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
.