Rolling objects#
Dataset#
|
|
|
Convert this rolling object to xr.Dataset, where the window dimension is stacked as a new dimension |
|
Reduce the items in this group by applying func along some dimension(s). |
|
Reduce this object's data windows by applying argmax along its dimension. |
|
Reduce this object's data windows by applying argmin along its dimension. |
|
Reduce this object's data windows by applying count along its dimension. |
|
Reduce this object's data windows by applying max along its dimension. |
|
Reduce this object's data windows by applying mean along its dimension. |
|
Reduce this object's data windows by applying median along its dimension. |
|
Reduce this object's data windows by applying min along its dimension. |
|
Reduce this object's data windows by applying prod along its dimension. |
|
Reduce this object's data windows by applying std along its dimension. |
|
Reduce this object's data windows by applying sum along its dimension. |
|
Reduce this object's data windows by applying var along its dimension. |
DataArray#
|
|
|
Convert this rolling object to xr.DataArray, where the window dimension is stacked as a new dimension |
|
Reduce each window by applying func. |
|
Reduce this object's data windows by applying argmax along its dimension. |
|
Reduce this object's data windows by applying argmin along its dimension. |
|
Reduce this object's data windows by applying count along its dimension. |
|
Reduce this object's data windows by applying max along its dimension. |
|
Reduce this object's data windows by applying mean along its dimension. |
|
Reduce this object's data windows by applying median along its dimension. |
|
Reduce this object's data windows by applying min along its dimension. |
|
Reduce this object's data windows by applying prod along its dimension. |
|
Reduce this object's data windows by applying std along its dimension. |
|
Reduce this object's data windows by applying sum along its dimension. |
|
Reduce this object's data windows by applying var along its dimension. |