Uses of Class
dev.nm.stat.timeseries.linear.univariate.stationaryprocess.arma.ARMAXModel
-
-
Uses of ARMAXModel in dev.nm.stat.timeseries.linear.multivariate.stationaryprocess.arma
Constructors in dev.nm.stat.timeseries.linear.multivariate.stationaryprocess.arma with parameters of type ARMAXModel Constructor Description VARMAXModel(ARMAXModel model)Construct a multivariate model from a univariate ARMAX model. -
Uses of ARMAXModel in dev.nm.stat.timeseries.linear.univariate.arima
Methods in dev.nm.stat.timeseries.linear.univariate.arima that return ARMAXModel Modifier and Type Method Description ARMAXModelARIMAXModel. getARMAX()Get the ARMAX part of this ARIMAX model, essentially ignoring the differencing. -
Uses of ARMAXModel in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.arma
Constructors in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.arma with parameters of type ARMAXModel Constructor Description ARMAXModel(ARMAXModel that)Copy constructor.
-