scalation.modeling.forecasting.AR
See theAR companion class
The AR
companion object provides factory methods for the AR
class.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Value parameters
-
hh
-
the maximum forecasting horizon (h = 1 to hh)
-
hparam
-
the hyper-parameters
-
tRng
-
the time range, if relevant (time index may suffice)
-
y
-
the response vector (time series data)
Attributes
Base hyper-parameter specification for the AR
, ARMA, ARIMA, SARIMA
and SARIMAX
classes
Base hyper-parameter specification for the AR
, ARMA, ARIMA, SARIMA
and SARIMAX
classes
Attributes