Uses of Class
org.ojalgo.series.function.SeriesFunction
Packages that use SeriesFunction
-
Uses of SeriesFunction in org.ojalgo.series.function
Subclasses of SeriesFunction in org.ojalgo.series.functionModifier and TypeClassDescriptionclassSeriesExtrapolator<K extends Comparable<? super K>>An extrapolator produces new data points to existing series.classA forecaster is restricted to CalendarDate keys and is intended to predict something related to future keys/dates.classSeriesInterpolator<K extends Comparable<? super K>>An interpolator produces new data points to existing series, inbetween existing keys.