pygeoda.stddev_breaks¶
- pygeoda.stddev_breaks(data, **kwargs)[source]¶
Standard deviation breaks
Note
Standard deviation breaks calculate the number of standard deviational units of the range from lowest to highest, returning a breakpoint list.
- Parameters
data (tuple) – A tuple with values of a selected variable
- Returns
A numeric list of break values
- Return type
list