Uses of Class
org.ojalgo.series.CoordinationSet
Packages that use CoordinationSet
-
Uses of CoordinationSet in org.ojalgo.series
Fields in org.ojalgo.series declared as CoordinationSetModifier and TypeFieldDescriptionprivate CoordinationSet
<Double> SeriesInterpolator.myCoordinatedSet
private final CoordinationSet
<Double> SeriesInterpolator.myOriginalSet
Methods in org.ojalgo.series that return CoordinationSetModifier and TypeMethodDescriptionCoordinationSet.copy()
private CoordinationSet
<N> CoordinationSet.doPruneAndResample
(CalendarDate firstKey, CalendarDate lastKey, CalendarDateUnit resolution) 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 CoordinationSetModifierConstructorDescriptionprotected
SeriesForecaster
(CoordinationSet<? extends Comparable<?>> coordinatedHistoricalData)