Class ARIMAForecast.Forecast
- java.lang.Object
-
- dev.nm.stat.timeseries.linear.univariate.arima.ARIMAForecast.Forecast
-
- Enclosing class:
- ARIMAForecast
public static class ARIMAForecast.Forecast extends Object
The forecast value and variance.
-
-
Constructor Summary
Constructors Constructor Description Forecast(int t, double xHat, double var)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inttime()Gets the forecast time.StringtoString()doublevar()Gets the variance of the prediction.doublexHat()Gets the prediction at time t.
-