Navigation
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).
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.