xarray_agg_stats
File Purpose: xarray stats, math, and any other aggregation functions.
Functions
|
returns (array, dim, keep), adjusted appropriately. |
|
returns array aggregated along dim using f. |
|
Like xarray max but first promotes dims if needed, and accepts 'keep' option. |
|
maximum across these arrays. |
|
maximum across these datavars from ds. |
|
Like xarray mean but first promotes dims if needed, and accepts 'keep' option. |
|
Like xarray median but first promotes dims if needed, and accepts 'keep' option. |
|
Like xarray min but first promotes dims if needed, and accepts 'keep' option. |
|
minimum across these arrays. |
|
minimum across these datavars from ds. |
|
Like xarray prod but first promotes dims if needed, and accepts 'keep' option. |
|
(array**2).mean(dim, **kw)**0.5 |
|
returns Dataset of stats for array: min, mean, median, max, std, rms. |
|
Like xarray std but first promotes dims if needed, and accepts 'keep' option. |
|
Like xarray sum but first promotes dims if needed, and accepts 'keep' option. |