Daubechies-20 Wavelet Coefficient Value Calculation with Sorting (Professional Only)

Abbreviation: WaveletSortDaub20
Category: Wavelet
Input Parameters:

Name Range Default
Time Series Close
Window Exponent 1 <= Int <= 10 6
Sorted Wavelet Number 1 <= Int <= 2^WinExponent 1

 
Calculation:

SortDescending(Daub20Wavelet(X,n))(W)

Calculates discrete Daubechies-20 wavelet transform of X over the last n points. Sorts the coefficients in descending order. Returns value of Wth largest wavelet coefficient. The value of Smoothing (bias) coefficient is not included in the sorting (as it has different nature) and it can be accessed through WaveletValueDaub20(X,n,1).

where

X = Time Series
n = 2^Window Exponent
W = Sorted Wavelet Number

 
Discussion:
This indicator provides the possibility to estimate relative significance of several largest wavelets. For more information on Wavelets refer to Wavelet Discussion.

For more details, refer to Wavelets and Filter Banks, by Gilbert Strang and Truong Nguyen (Wellesley ‘ Cambridge Press, 1996).
 

Was this article helpful?

Related Articles