MonotonicSeriesAlgebra
A SeriesAlgebra with reverse label to index transformation.
Parameters
returns floating point number that is used for index resolution.
Constructors
Functions
An offset of the given label rounded up
Compute empirical CDF function
An offset of the given label rounded down
Get value by label (rounded down) or throw IndexOutOfBoundsException if the value is outside series boundaries.
Get value by label (rounded down) or return null if the value is outside series boundaries.
Get the value by absolute index in the series algebra or throw IndexOutOfBoundsException if index is out of range
Get the value by absolute offset in the series algebra or return null if index is out of range
Kolmogorov-Smirnov sample comparison test Implementation copied from https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/index.html?org/apache/commons/math3/stat/inference/KolmogorovSmirnovTest.html
Build a new series by offset positioned at startOffset.
Properties
A range of valid offset indices. In general, does not start with zero.
An offset of the buffer start relative to SeriesAlgebra zero offset