public interface Forecast
| Modifier and Type | Method and Description |
|---|---|
TimeSeries |
lowerPredictionInterval()
Get the lower end points of the prediction interval.
|
TimeSeries |
pointEstimates()
Get the point forecasts.
|
TimeSeries |
upperPredictionInterval()
Get the upper end points of the prediction interval.
|
TimeSeries upperPredictionInterval()
TimeSeries lowerPredictionInterval()
TimeSeries pointEstimates()