Learn R Programming

FGN (version 2.0-12)

sdfPLA: Spectral density function for PLA

Description

Computes the spectral density function for the PLA model with parameter a 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. Bivariate interpolation and asymptotic approximation are used.

Usage

sdfPLA(a, n)

Arguments

a
PLA parameter
n
length of time series

Value

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

Details

The details of the implementation are discussed in the accompanying vignette. The parameter a should be in the interval (0,2). series n should be greater than 2.

See Also

sdfFD

Examples

Run this code
sdfPLA(0.2, 100)

Run the code above in your browser using DataLab