Description Usage Arguments Details Value Author(s) References See Also Examples
Function to be minimized to obtain the maximum likelihood of a fractional Gaussian noise.
1 | Qeta(eta,n,yper,snr,pertype)
|
eta |
a positive value of the Hurst exponent which is less than 1. |
n |
the number of time points. |
yper |
a vector of periodogram with length of the largest integer less than |
snr |
the signal-to-noise ratio. |
pertype |
the type of periodogram. Possible modes are |
Let I(f_i) and S(f_i) be respectively the periodogram of a given perturbed fractional Gaussian noise and the spectral density of perturbed fGn with Hurst exponent eta
and the signal-to-noise ratio SNR
where f_i=2π *i/n with i=1,...,(n-1)/2. Then, the value is determined as
B=\frac{2π}{n}∑_{i}2\times ≤ft [ \frac{I(f_i)}{S(f_i)} \right ]^2.
Also, A and Tn are defined as follows.
A=\frac{2π}{n}∑_{i}2\times ≤ft [ \frac{I(f_i)}{S(f_i)} \right ], T_n=\frac{A}{B^2}
The most parts of this function were adopted from the S-PLUS codes originally developed by Jan Beran. See Beran (1994) for details.
A,B,Tn |
defined in the above section |
z |
the test statistics |
pval |
the p-value |
fspec |
a vector of spectral density with length of the largest integer less than |
theta1 |
a value of the first component of theta. |
value |
a value for minimization |
Jan Beran (original) and Wonsang You (modifying)
Jan Beran (1994) Statistics for Long-Memory Processes, Chapman & Hall.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.