ar1_to_wv {simts} | R Documentation |
AR(1) process to WV
Description
This function computes the Haar WV of an AR(1) process
Usage
ar1_to_wv(phi, sigma2, tau)
Arguments
phi |
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 AR(1) process.
Process Haar Wavelet Variance Formula
The Autoregressive Order (AR(
)) process has a Haar Wavelet Variance given by:
[Package simts version 0.2.2 Index]