decomp_theoretical_wv | R Documentation |
This function computes each process to WV (haar) in a given model.
decomp_theoretical_wv(theta, desc, objdesc, tau)
theta |
A |
desc |
A |
objdesc |
A |
tau |
A |
A mat
containing the wavelet variance of each process in the 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.