Many fluctuation analyses assume a time series' Hurst exponent is within the range of 0.2 - 1.2. If this is not the case it is sensible to make adjustments to the time series, as well as the resutling Hurst exponent.
Value
The input vector, possibly adjusted based on H with an attribute "Hadj" containing an integer by which a Hurst exponent calculated from the series should be adjusted.
Details
Following recommendations by https://www.frontiersin.org/files/Articles/23948/fphys-03-00141-r2/image_m/fphys-03-00141-t001.jpgIhlen (2012), a global Hurst exponent is estimated using DFA and y is adjusted accordingly:
1.2 < H < 1.8first derivative of y, atributeHadj = 1H > 1.8second derivative of y, atributeHadj = 2H < 0.2y is centered and integrated, atributeHadj = -10.2 <= H <= 1.2y is unaltered, atributeHadj = 0
References
Ihlen, E. A. F. E. (2012). Introduction to multifractal detrended fluctuation analysis in Matlab. Frontiers in physiology, 3, 141.
See also
Other Time series operations:
ts_center(),
ts_changeindex(),
ts_checkfix(),
ts_detrend(),
ts_diff(),
ts_discrete(),
ts_duration(),
ts_embed(),
ts_integrate(),
ts_levels(),
ts_peaks(),
ts_permtest_block(),
ts_permtest_transmat(),
ts_rasterize(),
ts_sd(),
ts_slice(),
ts_slopes(),
ts_standardise(),
ts_symbolic(),
ts_trimfill(),
ts_windower()
