Uses of Class
dev.nm.stat.timeseries.linear.univariate.arima.ARIMAForecast.Forecast
-
Packages that use ARIMAForecast.Forecast Package Description dev.nm.stat.timeseries.linear.univariate.arima dev.nm.stat.timeseries.linear.univariate.stationaryprocess.arma -
-
Uses of ARIMAForecast.Forecast in dev.nm.stat.timeseries.linear.univariate.arima
Methods in dev.nm.stat.timeseries.linear.univariate.arima that return ARIMAForecast.Forecast Modifier and Type Method Description ARIMAForecast.Forecast
ARIMAForecast. next()
Gets the next forecast.Methods in dev.nm.stat.timeseries.linear.univariate.arima that return types with arguments of type ARIMAForecast.Forecast Modifier and Type Method Description List<ARIMAForecast.Forecast>
ARIMAForecast. next(int nSteps)
Gets the next n-step forecasts. -
Uses of ARIMAForecast.Forecast in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.arma
Methods in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.arma that return ARIMAForecast.Forecast Modifier and Type Method Description ARIMAForecast.Forecast
ARMAForecast. next()
Gets the next forecast.Methods in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.arma that return types with arguments of type ARIMAForecast.Forecast Modifier and Type Method Description List<ARIMAForecast.Forecast>
ARMAForecast. next(int nSteps)
Gets the next n-step forecasts.
-