public static class ARIMAForecast.Forecast extends Object
Constructor and Description |
---|
Forecast(int t,
double xHat,
double var) |
Modifier and Type | Method and 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.