pymultifracs.utils.MFractalVar#
- class pymultifracs.utils.MFractalVar(structure, cumulants, spectrum, hmin)#
Aggregates the output of multifractal analysis
- Attributes:
- strucuture
StructureFunction
- cumulants
Cumulants
- spectrum
MultifractalSpectrum
- hmin
float
Estimated minimum value of h
- strucuture
- count(value, /)#
Return number of occurrences of value.
- cumulants#
Alias for field number 1
- hmin#
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.
- spectrum#
Alias for field number 2
- structure#
Alias for field number 0