pygeoda.percentile_breaks¶
- pygeoda.percentile_breaks(data, **kwargs)[source]¶
Percentile breaks
Note
The percentile breaks divides the data to six ranges, the lowest 1%, 1-10%, 10-50%, 50-90%, 90-99% and the top 1%, returning the range boundaries as a breakpoint list.
- Parameters
data (tuple) – A tuple with values of a selected variable
- Returns
A numeric list of break values
- Return type
list