pyart.util.interval_std#
- pyart.util.interval_std(dist, interval_min, interval_max)[source]#
Compute the standard deviation of a distribution within an interval.
Return the standard deviation of the array elements which are interpreted as being taken from a circular interval with endpoints given by interval_min and interval_max.
- Parameters:
dist (array_like) – Distribution of values within an interval.
interval_min, interval_max (float) – The endpoints of the interval.
- Returns:
std (float) – The standard deviation of the distribution.