sdfFGN: Spectral density function for FGN

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

View source: R/sdfFGN.R

Description

Computes the spectral density function for the FGN model with parameter H at the Fourier frequencies, 2*Pi*j/n, j=1,...,[n/2], where n is the length of the time series. The evaluation is very fast since bivariate interpolation is used.

Usage

1
sdfFGN(H, n)

Arguments

H

FGN parameter

n

length of time series

Details

The details of the implementation are discussed in the accompanying vignette.

Value

a vector of length [n/2] of the spectral density values.

Author(s)

A. I. McLeod and J. Veenstra

See Also

sdfFD

Examples

1
sdfFGN(0.7, 100)

FGN documentation built on May 30, 2017, 7:19 a.m.