Module ojalgo
Package org.ojalgo.series.function
Class SeriesFunction<K extends Comparable<? super K>>
java.lang.Object
org.ojalgo.series.function.SeriesFunction<K>
- Type Parameters:
K- The series key type
- Direct Known Subclasses:
SeriesExtrapolator
A function that maps from a (collection of) series and one or more keys to a series of numbers. The
interpretation of the input series data and the output series is completely free.
- Author:
- apete
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSeriesFunction(Map<String, ? extends BasicSeries<K, ? extends Comparable<?>>> data) protectedSeriesFunction(BasicSeries<K, ? extends Comparable<?>> data) -
Method Summary
-
Constructor Details
-
SeriesFunction
-
SeriesFunction
-
-
Method Details
-
invoke
- 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.
-
getAllSeriesNames
-
getSeries
-