ma1_to_wv.Rd
This function computes the WV (haar) of a Moving Average order 1 (MA1) process.
ma1_to_wv(theta, sigma2, tau)
theta | A |
---|---|
sigma2 | A |
tau | A |
A vec
containing the wavelet variance of the MA(1) process.
This function is significantly faster than its generalized counter part
arma_to_wv
.
The Moving Average Order \(1\) (MA(\(1\))) process has a Haar Wavelet Variance given by: $$\nu _j^2\left( {\theta ,{\sigma ^2}} \right) = \frac{{\left( {{{\left( {\theta + 1} \right)}^2}{\tau _j} - 6\theta } \right){\sigma ^2}}}{{\tau _j^2}}$$