Description Usage Arguments Value See Also Examples
Complete parameter vector information based on parameter array settings. This function is used internally and is not normally called by a user.
1 2 3 4 5 6 7 | setTSmodelParameters(model, constants=model$constants)
## S3 method for class 'TSestModel'
setTSmodelParameters(model, constants=TSmodel(model)$constants)
## S3 method for class 'ARMA'
setTSmodelParameters(model, constants=model$constants)
## S3 method for class 'SS'
setTSmodelParameters(model, constants=model$constants)
|
model |
An object of class TSmodel. |
constants |
A list of logical arrays indicating TRUE for any model array entries that should be treated as constants. |
An object of class 'TSmodel'.
1 2 3 | data("eg1.DSE.data.diff", package="dse")
model <- estVARXls(eg1.DSE.data.diff)
model <- setTSmodelParameters(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.