Description Usage Arguments Value
View source: R/hurstExponent.R
Function used to calculate the generalized hurst exponent
| 1 2 3 4 5 6 7 8 9 10 | hurstExponent(
  x,
  nVec = NULL,
  sampleNum = NULL,
  thread = 3,
  qVec = c(-5:5),
  detrendOrder = 3,
  sampleMethod = 2,
  lengthRatio = 0.05
)
 | 
| x | a numeric vector which convert from a time series | 
| nVec | the time scale of the detrended operation, the minmum scale should be determined by calculate the autocorrelation length of the time series. | 
| sampleNum | the random sampled number | 
| thread | the parallel thread number | 
| qVec | the qth order | 
| detrendOrder | the detrending polynomial order | 
| sampleMethod | 1 means the determined sample number method, other values mean the nonoverlap method | 
the generalized hurst exponent,a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.