public class TimeSeriesDatasets extends Object
| Constructor and Description |
|---|
TimeSeriesDatasets() |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesDataset |
timeSeriesOf(ListNumber values,
List<Timestamp> timestamps)
Returns a TimeSeriesDataset with the
Statistics and time interval. |
public static TimeSeriesDataset timeSeriesOf(ListNumber values, List<Timestamp> timestamps)
Statistics and time interval.
the time interval is the difference in time between the first and second time intervalsvalues - - List of values associated with timestampstimestamps - - list of TimestampCopyright © 2015. All rights reserved.