fspecFGN: Spectral Density of a Fractional Gaussian Noise

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

Description

Generation of the spectral density of a fractional Gaussian noise.

Usage

1
fspecFGN(eta,m)

Arguments

eta

a positive value of the Hurst exponent which is less than 1.

m

the number of time points.

Details

This function produces the spectral density of a fractional Gaussian noise.

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.

Author(s)

Jan Beran (original) and Wonsang You (fine tuning)

References

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

See Also

fspecBFGN, fspecPFGN, wFGN

Examples

1
2
eta<-0.7; m<-1000
fspec<-fspecFGN(eta,m)

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