public class LinearInterpolationProcessor extends TimeSeriesInterpolation
Constructor and Description |
---|
LinearInterpolationProcessor() |
LinearInterpolationProcessor(long[] times) |
LinearInterpolationProcessor(long begin,
int steps,
long delta) |
LinearInterpolationProcessor(long begin,
long end,
int steps) |
LinearInterpolationProcessor(long begin,
long end,
long delta) |
Modifier and Type | Method and Description |
---|---|
DoubleTimeSeries |
interpolate(DoubleTimeSeries timeSeries,
long[] times) |
interpolate, interpolate, interpolate, interpolate, process
public LinearInterpolationProcessor(long[] times)
times
- TimeSeriesInterpolation.TimeSeriesInterpolation(long[])
public LinearInterpolationProcessor()
public LinearInterpolationProcessor(long begin, int steps, long delta)
begin
- steps
- delta
- public LinearInterpolationProcessor(long begin, long end, int steps)
begin
- end
- steps
- public LinearInterpolationProcessor(long begin, long end, long delta)
begin
- end
- delta
- public DoubleTimeSeries interpolate(DoubleTimeSeries timeSeries, long[] times)
interpolate
in class TimeSeriesInterpolation
times
- might be null, therefore some "defualt" time step should be
usedDoubleTimeSeries
instance interpolated from the
construction TimeSeries
instance