dr_to_wv | R Documentation |
This function compute the WV (haar) of a Drift process
dr_to_wv(omega, tau)
omega |
A |
tau |
A |
A vec
containing the wavelet variance of the drift.
The Drift (DR) process has a Haar Wavelet Variance given by:
nu[j]^2 (omega) = (tau[j]^2 * omega^2)/16
For more information, please see: Supported Haar Wavelet Formulae (Internet Connection Required).
ntau = 8 tau = 2^(1:ntau) wv.theo = dr_to_wv(-2.3, tau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.