aggregate
Module for applying aggregations (reductions) along a specified axis.
Functions
| Name | Description |
|---|---|
| aggregate | Aggregate values along a specified dimension. |
| all | Perform boolean all operation along one or more dimensions. |
| any | Perform boolean any operation along one or more dimensions. |
| first | Get the first value along one or more dimensions. |
| last | Get the last value along one or more dimensions. |
| max | Calculate the maximum along one or more dimensions. |
| mean | Calculate the mean along one or more dimensions. |
| median | Calculate the median along one or more dimensions. |
| min | Calculate the minimum along one or more dimensions. |
| std | Calculate the standard deviation along one or more dimensions. |
| sum | Sum the values along one or more dimensions. |