scalation.modeling.forecasting.ARY_D
See theARY_D companion class
The ARY_D
companion object provides factory methods for the ARY_D
class.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create an ARY_D
object by building an input matrix x and then calling the constructor.
Create an ARY_D
object by building an input matrix x and then calling the constructor.
Value parameters
-
bakcast
-
whether a backcasted value is prepended to the time series (defaults to false)
-
fname_
-
the feature/variable names
-
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
Create an ARY_D
object by building an input matrix xy and then calling the ARY_D
constructor. Also rescale the input data.
Create an ARY_D
object by building an input matrix xy and then calling the ARY_D
constructor. Also rescale the input data.
Value parameters
-
bakcast
-
whether a backcasted value is prepended to the time series (defaults to false)
-
fname_
-
the feature/variable names
-
hh
-
the maximum forecasting horizon (h = 1 to hh)
-
hparam
-
the hyper-parameters
-
tForm
-
the z-transform (rescale to standard normal)
-
tRng
-
the time range, if relevant (time index may suffice)
-
y
-
the endogenous/response vector (main time series data)
Attributes