Learn R Programming

gmwm (version 2.0.0)

arma_adapter: ARMA Adapter to ARMA to WV Process function

Description

Molds the data so that it works with the arma_to_wv function.

Usage

arma_adapter(theta, p, q, tau)

Arguments

theta
A vec that contains all the parameter estimates.
p
A int that indicates the number of AR coefficients
q
A int that indicates the number of MA coefficients.
tau
A vec that lists the scales of the process e.g. 2^(1:J)

Value

A vec containing the ARMA to WV results