Complete parameter array information based on parameter vector settings. This function is used internally and is not normally called by a user.
setArrays(model, coefficients=NULL, constants=NULL)
# S3 method for ARMA
setArrays(model, coefficients=NULL, constants=NULL)
# S3 method for SS
setArrays(model, coefficients=NULL, constants=NULL)
# S3 method for TSestModel
setArrays(model, coefficients=NULL, constants=NULL)
An object of class TSmodel.
A vector of new values for the model coefficients (parameters).
A TSmodel object.