dr_to_wv: Drift to WV

View source: R/RcppExports.R

dr_to_wvR Documentation

Drift to WV

Description

This function compute the WV (haar) of a Drift process

Usage

dr_to_wv(omega, tau)

Arguments

omega

A double corresponding to the slope of the drift

tau

A vec containing the scales e.g. 2^tau

Value

A vec containing the wavelet variance of the drift.

Process Haar Wavelet Variance Formula

The Drift (DR) process has a Haar Wavelet Variance given by:

nu[j]^2 (omega) = (tau[j]^2 * omega^2)/16

Haar Wavelet Derivation Information

For more information, please see: Supported Haar Wavelet Formulae (Internet Connection Required).

Examples

ntau = 8
tau = 2^(1:ntau)
wv.theo = dr_to_wv(-2.3, tau)

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.