Navigation
Name
Rascal
/
Libraries
/
analysis
/
statistics
/
Descriptive
/
standardDeviation
Synopsis
Standard deviation of data values.
Function
num standardDeviation(list[num] values)
Usage
import analysis::statistics::Descriptive;
Description
Computes the
standard deviation
of the data values. It shows how much variation exists from the average (mean, or expected value).
[
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
.