Learn R Programming

biwavelet (version 0.20.22)

rcpp_wt_bases_paul: Optimized "wt.bases.paul" function.

Description

This si a C++ version optimized for speed. Computes the wavelet as a function of Fourier frequency for "paul" mother wavelet.

Usage

rcpp_wt_bases_paul(k, scale, param = -1L)

Value

Returns a list containing:

daughter

wavelet function

fourier.factor

ratio of fourier period to scale

coi

cone of influence

dof

degrees of freedom for each point in wavelet power

Arguments

k

vector of frequencies at which to calculate the wavelet.

scale

the wavelet scale.

param

nondimensional parameter specific to the wavelet function.

Author

Viliam Simko