Module cum_functions
Source - cummax
- Returns an array representing the cumulative maximum of a 1-D array.
- cummin
- Returns an array representing the cumulative minimum of a 1-D array.
- cumprod
- Returns an array representing the cumulative product of a 1-D array.
- cumsum
- Returns an array representing the cumulative product of a 1-D array.
- cumtrapz
- Returns the cumulative approximate integral of the curve defined by Y and x using the trapezoidal method.
- cumtrapz_unit
- Returns the cumulative approximate integral of the curve defined by Y and x using the
trapezoidal method. Assumes unit spacing in the x direction.