Generic interface to standard deviation functions.
Returns standard deviation of a single slope distance measurement.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r8), | intent(inout) | :: | dists(:) |
Array of (slope) distances [m]. |
Returns the standard deviation of the arithmetic mean of the distance.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r8), | intent(in) | :: | s |
Standard deviation of a single measurement. |
||
integer(kind=i8), | intent(in) | :: | n |
Number of measurements. |