java.lang.Object
org.ojalgo.series.function.SeriesFunction<CalendarDate>
org.ojalgo.series.function.SeriesExtrapolator<CalendarDate>
org.ojalgo.series.function.SeriesForecaster
A forecaster is restricted to CalendarDate keys and is intended to predict something related
to future keys/dates.
- Author:
- apete
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSeriesForecaster(CalendarDateSeries<? extends Comparable<?>> data) protectedSeriesForecaster(CoordinationSet<? extends Comparable<?>> coordinatedHistoricalData) -
Method Summary
Modifier and TypeMethodDescriptionprotected final CalendarDateprotected final CalendarDateUnitinvoke(CalendarDate... key) invoke(CalendarDateDuration... horizon) Methods inherited from class org.ojalgo.series.function.SeriesFunction
getAllSeriesNames, getSeries
-
Constructor Details
-
SeriesForecaster
-
SeriesForecaster
-
-
Method Details
-
invoke
- Specified by:
invokein classSeriesFunction<CalendarDate>- Parameters:
key- One or more time series keys- Returns:
- A map with one entry per series. Each entry/series has the same number of elements as there were input keys.
-
invoke
-
getLastKey
-
getResolution
-