Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 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)

Arguments

model

An object of class TSmodel.

coefficients

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

Value

A TSmodel object.


dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.