arma_to_wv: ARMA process to WV

Description Usage Arguments Value See Also Examples

Description

This function computes the (haar) WV of an ARMA process

Usage

1
arma_to_wv(ar, ma, tau, sigma)

Arguments

ar

A vec containing the coefficients of the AR process

ma

A vec containing the coefficients of the MA process

tau

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

sigma

A double containing the residual variance

Value

A vec containing the wavelet variance of the ARMA process.

See Also

ARMAtoMA_cpp,ARMAacf_cpp

Examples

1
arma_to_wv(c(.23,.43), c(.34,.41,.59), 2^(1:9), 3)

gmwm documentation built on April 14, 2017, 4:38 p.m.