setParameter-tsModel: Sets the Parameter of a tsModel-class manually

Description Usage Arguments Value

Description

This can be used to set the par slot of a tsModel-class by hand, in contrast to call Estimate on a given data set. The parameter should be a list with the name an the values of the parameters to be set. See the example below.

Usage

1
2
## S4 method for signature 'tsModel'
setParameter(object, par)

Arguments

object

the tsModel-class for that the Parameter will be set

par

a list that contains the names and values of the parameters

Value

Nothing, it sets the par slot of the tsModel-class.


stefanbirr/QPBoot documentation built on May 30, 2019, 10:43 a.m.