Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: times
See also: FGNgk FGNx

Quantlet: FGNcov
Description: calculation the autocovariance function of fractional Gaussian noise (FGN)

Reference(s):

Usage: daCov=FGNcov(iM,dH,dVar)
Input:
iM scalar, number of autocovariances; length of the vector containing the autocovariances is iM+1 (variance and autocovariances).
dH scalar, Hurst coefficient
dVar variance scaling parameter of FGN (mean of FGN is 0)
Output:
daCov vector of the autocovariances

Example:
library("times")
cov=FGNcov(4.0,.75,1.0)
cov

Result:
Contents of cov
[1,]       1
[2,] 0.41421
[3,] 0.26965
[4,] 0.21806
[5,] 0.18825



Author: O. Blaskowitz, W: Haerdle, 20020207 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006