rw_to_wv | R Documentation |
This function compute the WV (haar) of a Random Walk process
rw_to_wv(gamma2, tau)
gamma2 |
A |
tau |
A |
A vec
containing the wavelet variance of the random walk.
The Random Walk (RW) process has a Haar Wavelet Variance given by:
nu[j]^2 (gamma2) = ((tau[j]^2 + 2)*gamma2)/(12*tau[j])
For more information, please see: Supported Haar Wavelet Formulae (Internet Connection Required).
ntau = 8 tau = 2^(1:ntau) wv.theo = rw_to_wv(.37, tau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.