Computes the sample variance of the values in an array.
The variance computed is the sample variance such that s2=Σ(xi−ˉx)2n−1.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | x(:) |
The array of values to analyze. |