Learn R Programming

dse (version 2020.2-1)

setArrays: Set TSmodel Array Information

Description

Complete parameter array information based on parameter vector settings. This function is used internally and is not normally called by a user.

Usage

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)

Arguments

model

An object of class TSmodel.

coefficients

A vector of new values for the model coefficients (parameters).

Value

A TSmodel object.