QLCfun: Combinational Minimization Function

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Combinational function of Qeta, Cumulative Qeta Difference, and Log Periodogram Variance Function to be minimized to estimate the parameters of a fractional Gaussian noise.

Usage

1
QLCfun(eta,n,yper,snr,pertype,weights)

Arguments

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 (n-1)/2

snr

the signal-to-noise ratio.

pertype

the type of periodogram. Possible modes are "per","taper".

weights

a vector of length 3 which indicates the weights of Qeta, Cumulative Qeta Difference, and Log Periodogram Variance Functions

Details

Let \widetilde{L}_1(y;θ), \widetilde{L}_2(y;θ), \widetilde{L}_3(y;θ) be Qeta, Cumulative Qeta Difference, and Log Periodogram Variance Functions respectively. Also, let p=≤ft ( p_1,p_2,p_3 \right ) be a weight vector, and let \widetilde{L}≤ft ( y;θ \right ) be a combinational minimization function. Then, the value of the combinational function is determined as

\widetilde{L}≤ft ( y;θ \right )=p_1 \times \widetilde{L}_1≤ft ( y;θ \right )+p_2 \times \widetilde{L}_2≤ft ( y;θ \right )+p_3 \times \widetilde{L}_3≤ft ( y;θ \right ).

Some parts of this function were adopted from the S-PLUS codes originally developed by Jan Beran. See Beran (1994) for details.

Value

A,B,Tn

defined in Qeta.

z

the test statistics

pval

the p-value

fspec

a vector of spectral density with length of the largest integer less than (m-1)/2.

theta1

a value of the first component of theta.

value

a value for minimization

Author(s)

Wonsang You

References

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.

Percival and Walden (2000) Wavelet Methods for Time Series Analysis, Cambridge University Press.

Jan Beran (1994) Statistics for Long-Memory Processes, Chapman & Hall.

See Also

Qeta, Csum, Lpvar

Examples

1
2
3
4
n<-1000; H<-0.7; SNR<-10
ts <- perturbFGN(n,H,type="WN",SNR=SNR)
yper<-per(ts)
ts.qlc<-QLCfun(H,n,yper,snr=SNR,pertype="per")

wonsang/wfGn documentation built on May 14, 2019, 9:25 p.m.