CetaFGN: Covariance Matrix of Eta for Fractional Gaussian Noise

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

View source: R/WhittleEst.R

Description

Covariance matrix of eta^ for fractional Gaussian noise (fGn).

Usage

1
CetaFGN(eta, m = 10000, delta = 1e-9)

Arguments

eta

parameter vector eta = c(H, *).

m

integer specifying the length of the Riemann sum, with step size 2 * pi/m. The default (10000) is realistic.

delta

step size for numerical derivative computation.

Details

Currently, the step size for numerical derivative is the same in all coordinate directions of eta. In principle, this can be far from optimal.

Value

Variance-covariance matrix of the estimated parameter vector eta^.

Author(s)

Jan Beran (principal) and Martin Maechler (speedup, fine tuning)

See Also

specFGN

Examples

1
2
3
 (C.7  <- CetaFGN(0.7, m = 256))
 (C.5  <- CetaFGN(eta = c(H = 0.5), m = 256))
 (C.5. <- CetaFGN(eta = c(H = 0.5), m = 1024))

Example output

          [,1]
[1,] 0.4862166
          [,1]
[1,] 0.4339385
          [,1]
[1,] 0.4019186

longmemo documentation built on March 26, 2020, 7:42 p.m.