Description Usage Arguments Value
Complete parameter array information based on parameter vector settings. This function is used internally and is not normally called by a user.
1 2 3 4 5 6 7 8 | setArrays(model, coefficients=NULL, constants=NULL)
## S3 method for class 'ARMA'
setArrays(model, coefficients=NULL, constants=NULL)
## S3 method for class 'SS'
setArrays(model, coefficients=NULL, constants=NULL)
## S3 method for class 'TSestModel'
setArrays(model, coefficients=NULL, constants=NULL)
|
model |
An object of class TSmodel. |
coefficients |
A vector of new values for the model coefficients (parameters). |
A TSmodel object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.