Uses of Class
org.ojalgo.series.CoordinationSet
Packages that use CoordinationSet
-
Uses of CoordinationSet in org.ojalgo.series
Methods in org.ojalgo.series that return CoordinationSetModifier and TypeMethodDescriptionCoordinationSet.copy()CoordinationSet.prune()Returns a new CoordinationSet where all series have the same first and last keys, as well as a common (the highest common) resolution.CoordinationSet.prune(CalendarDateUnit resolution) Returns a new CoordinationSet where all series have the same first and last keys, as well as the specified resolution.CoordinationSet.resample(CalendarDateUnit resolution) Returns a new set of series each resampled to the supplied resolution. -
Uses of CoordinationSet in org.ojalgo.series.function
Constructors in org.ojalgo.series.function with parameters of type CoordinationSetModifierConstructorDescriptionprotectedSeriesForecaster(CoordinationSet<? extends Comparable<?>> coordinatedHistoricalData)