decomp_to_theo_wv | R Documentation |
This function computes the combined processes to WV (haar) in a given model.
decomp_to_theo_wv(decomp)
decomp |
A |
A vec
containing the wavelet variance of the process for the overall model
For more information, please see: Supported Haar Wavelet Formulae (Internet Connection Required).
model = AR1(.3,2) + DR(.001) ntau = 8 tau = 2^(1:ntau) wv.theo = decomp_theoretical_wv(model$theta, model$desc, model$objdesc, tau) wv.total = decomp_to_theo_wv(wv.theo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.