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 int
time()
Gets the forecast time.String
toString()
double
var()
Gets the variance of the prediction.double
xHat()
Gets the prediction at time t.
-