powered by
Compute the Autocovariances of a fractional Gaussian process
ckFGN0(n, H)
numeric vector of covariances upto lag n-1.
sample size (length of time series).
self-similarity (`Hurst') parameter.
Jan Beran (principal) and Martin Maechler (fine tuning)
ckARMA0 which does the same for a fractional ARIMA process.
ckARMA0
str(C.8 <- ckFGN0(50, H = 0.8)) plot(0:49, C.8, type = "h", ylim = 0:1) plot(0:49, C.8, type = "h", log = "xy", main = "Log-Log ACF for frac.GaussNoise(H = 0.8)")
Run the code above in your browser using DataLab