mma: Multiscale Multifractal Analysis of Time Series Data

Description Usage Arguments Examples

View source: R/mma.r

Description

Multiscale Multifractal Analysis of Time Series Data

Usage

1
2
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

1
2
3
4
## Not run: 
mma(smax=30, data=timeSeriesData)

## End(Not run)

TSeriesMMA documentation built on May 2, 2019, 2:07 a.m.