gmwm_engine: Engine for obtaining the GMWM Estimator

Description Usage Arguments Details Value Author(s) References

View source: R/RcppExports.R

Description

This function uses the Generalized Method of Wavelet Moments (GMWM) to estimate the parameters of a time series model.

Usage

1
2
gmwm_engine(theta, desc, objdesc, model_type, wv_empir, omega, scales,
  starting)

Arguments

theta

A vec with dimensions N x 1 that contains user-supplied initial values for parameters

desc

A vector<string> indicating the models that should be considered.

objdesc

A field<vec> containing a list of parameters (e.g. AR(1) = c(1,1), ARMA(p,q) = c(p,q,1))

model_type

A string that represents the model transformation

wv_empir

A vec that contains the empirical wavelet variance

omega

A mat that represents the covariance matrix.

scales

A vec that contains the scales or taus (2^(1:J))

starting

A bool that indicates whether we guessed starting (T) or the user supplied estimates (F).

Details

If type = "imu" or "ssm", then parameter vector should indicate the characters of the models that compose the latent or state-space model. The model options are:

If model_type = "imu" or type = "ssm" then starting values pass through an initial bootstrap and pseudo-optimization before being passed to the GMWM optimization. If robust = TRUE the function takes the robust estimate of the wavelet variance to be used in the GMWM estimation procedure.

Value

A vec that contains the parameter estimates from GMWM estimator.

Author(s)

JJB

References

Wavelet variance based estimation for composite stochastic processes, S. Guerrier and Robust Inference for Time Series Models: a Wavelet-Based Framework, S. Guerrier


SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.