ma1_to_wv {simts} | R Documentation |
Moving Average Order 1 (MA(1)) to WV
Description
This function computes the WV (haar) of a Moving Average order 1 (MA1) process.
Usage
ma1_to_wv(theta, sigma2, tau)
Arguments
theta |
A |
sigma2 |
A |
tau |
A |
Details
This function is significantly faster than its generalized counter part
arma_to_wv
.
Value
A vec
containing the wavelet variance of the MA(1) process.
Process Haar Wavelet Variance Formula
The Moving Average Order (MA(
)) process has a Haar Wavelet Variance given by:
[Package simts version 0.2.2 Index]