Calculates standard deviation (σ) of real values.
Calculates standard deviation (σ) of 4-byte real values.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=r4), | intent(inout) | :: | x(:) |
Values. |
Standard deviation.
Calculates standard deviation (σ) of 8-byte real values.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=r8), | intent(inout) | :: | x(:) |
Values. |
Standard deviation.