dot-MLEfitNAWRU: Estimates a two-dimensional state-space model and performs...

.MLEfitNAWRUR Documentation

Estimates a two-dimensional state-space model and performs filtering and smoothing to obtain the nawru.

Description

Estimates a two-dimensional state-space model and performs filtering and smoothing to obtain the nawru.

Usage

.MLEfitNAWRU(
  model,
  parRestr = initializeRestr(model = model),
  signalToNoise = NULL,
  control = NULL
)

Arguments

model

An object of class NAWRUmodel.

parRestr

A list of matrices containing the parameter restrictions for the cycle, trend, and the Phillip's curve. Each matrix contains the lower and upper bound of the involved parameters. NA implies that no restriction is present. Autoregressive parameters are automatically restricted to the stationary region unless box constraints are specified. By default, parRestr is initialized by the function initializeRestr(model). Only used if method = "MLE".

signalToNoise

(Optional) signal to noise ratio. Only used if method = "MLE".

control

(Optional) A list of control arguments to be passed on to optim.


RGAP documentation built on Nov. 2, 2023, 6:02 p.m.