setTSmodelParameters: Set TSmodel Parameter Information
Description
Complete parameter vector information based on parameter array settings.
This function is used internally and is not normally called by a user.
Usage
setTSmodelParameters(model, constants=NULL)
## S3 method for class 'default':
setTSmodelParameters(model, constants=NULL)
## S3 method for class 'ARMA':
setTSmodelParameters(model, constants=NULL)
## S3 method for class 'SS':
setTSmodelParameters(model, constants=NULL)
Arguments
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.