This function computes the (haar) WV of an ARMA process
arma_to_wv_app(ar, ma, sigma2, tau, alpha = 0.9999)
A vec
containing the wavelet variance of the ARMA process.
A vec
containing the coefficients of the AR process
A vec
containing the coefficients of the MA process
A double
containing the residual variance
A vec
containing the scales e.g.
A double
indicating the cutoff.
The Autoregressive Order
This function provides an approximation to the arma_to_wv
as computation times
were previously a concern. However, this is no longer the case and, thus, this has been left
in for the curious soul to discover...