API reference
Focal statistics
|
Focal sum |
|
Focal minimum. |
|
Focal maximum. |
|
Focal mean |
|
Focal standard deviation |
|
Focal majority. |
|
Focal correlation. |
|
Focal linear regression. |
Grouped statistics
|
Compute the count of each index. |
|
Compute the minimum at each index. |
|
Compute the maximum at each index. |
|
Compute the mean of each index. |
|
Compute the standard deviation at each index. |
|
Compute the standard deviation at each index. |
|
Compute the linear regression at each index. |
Zonal statistics
|
Calculate the count of each index. |
|
Calculate the minimum value at each index. |
|
Calculate the maximum value at each index. |
|
Calculate the mean value in each index. |
|
Calculate the standard deviation at each index. |
|
Calculate the correlation coefficient between two variables in each index. |
|
Perform a linear regression in each index. |
Rolling functions
|
Takes an array and returns a windowed version, similar to :stat_func:`numpy.lib.stride_tricks.as_strided`. If flatten is True, or a masked window is provided, the windowed view will be flattened, resulting in an array that has only one dimension more than the input array. This will require a copy of the data, increasing the memory usage. This can be problematic for large arrays and large window sizes. |
|
Takes an array and returns the rolling sum. |
|
Takes an array and returns the rolling mean. |
Windows
|
Abstract base class for windows |
|
|
|