pymultifracs.wavelet.WaveletTransform#

class pymultifracs.wavelet.WaveletTransform(wt_coefs, wt_leaders, j2_eff, eta_p)#

Aggregates the output of wavelet analysis

Attributes:
wt_coefsMultiResolutionQuantity

Wavelet coefficients

wt_leadersMultiResolutionQuantity

Wavelet leaders, or p-leaders, depending on the value of p_exp passed

j2_effint

Maximum scale effectively used during the computation of the coefficients

eta_pfloat

Estimated value of \(\eta_p\), before applying p-leader correction

count(value, /)#

Return number of occurrences of value.

eta_p#

Alias for field number 3

index(value, start=0, stop=sys.maxsize, /)#

Return first index of value.

Raises ValueError if the value is not present.

j2_eff#

Alias for field number 2

wt_coefs#

Alias for field number 0

wt_leaders#

Alias for field number 1