Uses of Class
org.ojalgo.series.CoordinationSet
-
Packages that use CoordinationSet Package Description org.ojalgo.series org.ojalgo.series.function -
-
Uses of CoordinationSet in org.ojalgo.series
Fields in org.ojalgo.series declared as CoordinationSet Modifier and Type Field Description private CoordinationSet<java.lang.Double>
SeriesInterpolator. myCoordinatedSet
private CoordinationSet<java.lang.Double>
SeriesInterpolator. myOriginalSet
Methods in org.ojalgo.series that return CoordinationSet Modifier and Type Method Description CoordinationSet<N>
CoordinationSet. copy()
private CoordinationSet<N>
CoordinationSet. doPruneAndResample(CalendarDate firstKey, CalendarDate lastKey, CalendarDateUnit resolution)
CoordinationSet<N>
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<N>
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<N>
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 CoordinationSet Constructor Description SeriesForecaster(CoordinationSet<? extends java.lang.Comparable<?>> coordinatedHistoricalData)
-