Class | Description |
---|---|
SeriesExtrapolator<K extends Comparable<? super K>> |
An extrapolator produces new data points to existing series.
|
SeriesForecaster |
A forecaster is restricted to CalendarDate keys and is intended to predict something related
to future keys/dates.
|
SeriesFunction<K extends Comparable<? super K>> |
A function that maps from a (collection of) series and one or more keys to a series of numbers.
|
SeriesInterpolator<K extends Comparable<? super K>> |
An interpolator produces new data points to existing series, inbetween existing keys.
|
Copyright © 2019 Optimatika. All rights reserved.