Calculate FD using Sevcik's method
fd_sev(
y,
detrend = FALSE,
adjustSumOrder = FALSE,
smallNapprox = FALSE,
doPlot = FALSE,
returnPlot = FALSE,
returnPLAW = FALSE,
returnInfo = FALSE,
silent = FALSE,
noTitle = FALSE,
tsName = "y"
)
A time series or numeric vector
Subtract linear trend from the series (default = TRUE
).
Adjust the time series (summation or differencing), based on the global scaling exponent, see e.g. https://www.frontiersin.org/files/Articles/23948/fphys-03-00141-r2/image_m/fphys-03-00141-t001.jpgIhlen (2012) (default = TRUE
)
Force use of small sample approximation (default for N < 128)
Return the log-log scale versus fluctuation plot with linear fit (default = TRUE
).
Return ggplot2 object (default = FALSE
)
Return the power law data (default = FALSE
)
Return all the data used in DFA (default = FALSE
)
Silent-ish mode
Do not generate a title (only the subtitle)
Name of y added as a subtitle to the plot
An FD estimate
Sevcik, C. (1998). A procedure to Estimate the Fractal Dimension of Waveforms. Paper available at http://arxiv.org/pdf/1003.5266.pdf