Description Usage Arguments Details Value Author(s) References See Also Examples
Whittle estimator of the Hurst parameter of a fractional Gaussian noise contaminated by additive outliers or noise.
1 2 3 |
x |
a time series |
istart |
the index of start. Default is |
iend |
the index of end. Default is the length of |
nloop |
the number of sub-series. The Hurst parameter of each sub-series is estimated respectively. Default is |
init |
the initial search values of Hurst parameter and SNR. Default is |
ndeps |
A vector of step sizes for optimization. Default is |
noise |
Enable the assumption of noise corruption. Default is |
pertype |
type of periodogram. Possible modes are |
minfun |
type of minimization function. Possible modes are |
weights |
A vector of weights for each minimization function when |
cluster |
A vector of machine names for parallel processing. For details, refer to the manual of package |
print.level |
The logic value which controls the printing level. Four levels are available: 0 (minimal), 1 (normal), 2 (detailed), and 3 (debug). Default is 2. Refer to the manual of package |
The Hurst parameter of a pure or corrupted fractional Gaussian noise is estimated by a modified Whittle estimator. The most parts of this function were adopted from the S-PLUS codes originally developed by Jan Beran. See Beran (1994) for details.
thetavector |
a vector of scaling coefficient and Hurst parameter |
Hlow |
the lower limit of 95\% confidence interval of Hurst parameter |
Hup |
the upper limit of 95\% confidence interval of Hurst parameter |
SNR |
the signal-to-noise ratio |
fest |
the spectral density of an estimated fGn |
Wonsang You
Wonsang You (2010) Modified Whittle's Maximum Likelihood Estimator for Fractional Gaussian Noises Contaminated by Additive Noises, Technical Reports of the Leibniz Institute for Neurobiology, TR10015.
Jan Beran (1994) Statistics for Long-Memory Processes, Chapman & Hall.
circFGN
, perturbFGN
, wFGN.eval
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.