decomp_theoretical_wv: Each Models Process Decomposed to WV

Description Usage Arguments Value Haar Wavelet Derivation Information Examples

View source: R/RcppExports.R

Description

This function computes each process to WV (haar) in a given model.

Usage

1
decomp_theoretical_wv(theta, desc, objdesc, tau)

Arguments

theta

A vec containing the list of estimated parameters.

desc

A vector<string> containing a list of descriptors.

objdesc

A field<vec> containing a list of object descriptors.

tau

A vec containing the scales e.g. 2^tau

Value

A mat containing the wavelet variance of each process in the model

Haar Wavelet Derivation Information

For more information, please see: Supported Haar Wavelet Formulae (Internet Connection Required).

Examples

1
2
3
4
model = AR1(.3,2) + DR(.001)
ntau = 8
tau = 2^(1:ntau)
wv.theo = decomp_theoretical_wv(model$theta, model$desc, model$objdesc, tau)

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