timeseria.operations
Operations on the series.
Classes
A generic series operation. |
|
|
Get the minimum data value(s) of a series. |
|
Get the maximum data value(s) of a series. |
|
Get the average data value(s) of a series. |
|
Sum every data value(s) of a series. |
Compute the derivative on a series. |
|
|
Compute the integral on a series. |
|
Compute the incremental differences on a series. |
|
Compute the incremental sum on a series. |
|
Compute the moving average on a series. |
Normalize the data values of a series bringing them to a given range. |
|
|
Offset the data values of a series by a given value. |
|
Rescale the data values of a series by a given factor. |
|
Merge the series given as argument. |
|
Filter a series keeping only the data labels provided as argument. |
|
Slice a series between the given positions or times. |
|
Select one or more items of the series given an SQL-like query. |