AR(1) process to WV
This function computes the Haar WV of an AR(1) process
ar1_to_wv(phi, sigma2, tau)
phi |
A |
sigma2 |
A |
tau |
A |
This function is significantly faster than its generalized counter part
arma_to_wv
.
A vec
containing the wavelet variance of the AR(1) process.
The Autoregressive Order 1 (AR(1)) process has a Haar Wavelet Variance given by:
(2*sigma2)/((1-phi)^2*(1-phi^2)*tau[j]^2)*(4*phi^(tau[j]/2 + 1) - phi^(tau[j]+1) - .5 * phi^2 * tau[j] + tau[j]/2 - 3*phi)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.