Computes the sample standard deviation of the values in an array.
The value computed is the sample standard deviation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | x(:) |
The array of values to analyze. |
The result.