arma_to_wv {simts} | R Documentation |
ARMA process to WV
Description
This function computes the Haar Wavelet Variance of an ARMA process
Usage
arma_to_wv(ar, ma, sigma2, tau)
Arguments
ar |
A |
ma |
A |
sigma2 |
A |
tau |
A |
Details
The function is a generic implementation that requires a stationary theoretical autocorrelation function (ACF)
and the ability to transform an ARMA(,
) process into an MA(
) (e.g. infinite MA process).
Value
A vec
containing the wavelet variance of the ARMA process.
Process Haar Wavelet Variance Formula
The Autoregressive Order and Moving Average Order
(ARMA(
,
)) process has a Haar Wavelet Variance given by:
where is given by the variance of the ARMA process.
Furthermore, this assumes that stationarity has been achieved as it directly
[Package simts version 0.2.2 Index]