Name:arraylib::SDev - Return standard deviation of the elements in array.
Synopsis:
[array] SDev -> number
Examples:
[1 2 3 4] SDev ->
Description:
Returns the standard deviation of all elements in the array. The array is expected
to contain only numbers, and is flattened before the computation.
Parameters:
[array]: array of numbers
Remarks:
The array must contain no other elements than numbers.
The return type is always double.
Availability:
library "arraylib"
Author:
R Kupper
FirstVersion:
17-sep-2007
SeeAlso:
Source:/opt/conda/conda-bld/nest_1512397208563/work/nest-2.14.0/lib/sli/arraylib.sli