significance | R Documentation |
Tests the significance of multifractality for an object of class multifractal
based on iaaft
surrogates.
significance(model, size, pval, ...)
mdl |
an object of class |
size |
a numeric value indicating the number of surrogates. |
pval |
a numeric value indicating the confidence level (p-value). Default is 0.05, i.e. 95% confidence. |
The significance of multifractality is computed by creating IAAFT surrogates and computing the corresponding multifractal spreads. The surrogates have same distribution, length and linear-correlation as the original series but are not exposed to multifractality. Therfore, the spread as computed on the surrogates represent the spourious degree of multifractality.
Returns a matrix of the original and spourious spreads of Hurst and Holder exponents.
Wolfgang Schadner
mfdfa
n <- 1024 # random t-distributed variable: x <- rt(n, 3) mdl <- mfdfa(x, overlap=T) plot(mdl) significance(mdl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.