mma {TSeriesMMA} | R Documentation |
Multiscale Multifractal Analysis of Time Series Data
Description
Multiscale Multifractal Analysis of Time Series Data
Usage
mma(smin = 10, smax = 600, qmin = -5, qmax = 5, data, col = "V1",
theta = -45, phi = 25)
Arguments
smin |
Minimal s scale used, when calculating Fq(s) functions family (default 10) |
smax |
Maximal s scale used, when calculating Fq(s) functions family, has to be multiple of 5 (default 600; in general should be near to N/50, where N is a time series length) |
qmin |
Minimal multifractal parameter q used (default -5) |
qmax |
Maximal cmultifractal parameter q used (deafault 5) |
data |
Time series data |
col |
The color variation of the plot |
theta |
Angle of view |
phi |
Second angle of view |
Examples
## Not run:
mma(smax=30, data=timeSeriesData)
## End(Not run)
[Package TSeriesMMA version 0.1.1 Index]