theoretical_wv | R Documentation |
This function computes the summation of all Processes to WV (haar) in a given model
theoretical_wv(theta, desc, objdesc, tau)
theta |
A |
desc |
A |
objdesc |
A |
tau |
A |
A vec
containing the wavelet variance of the model.
For more information, please see: Supported Haar Wavelet Formulae (Internet Connection Required).
model = AR1(.3,2) + RW(.21) + DR(.001) ntau = 8 tau = 2^(1:ntau) wv.theo = 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.