spectrum0.ar: Estimate spectral density at zero

Description Usage Arguments Details Value Note See Also

Description

The spectral density at frequency zero is estimated by fitting an autoregressive model. spectrum0(x)/length(x) estimates the variance of mean(x).

Usage

1

Arguments

x

A time series.

Details

The ar() function to fit an autoregressive model to the time series x. For multivariate time series, separate models are fitted for each column. The value of the spectral density at zero is then given by a well-known formula.

Value

A list with the following values

spec

The predicted value of the spectral density at frequency zero.

order

The order of the fitted model

Note

The definition of the spectral density used here differs from that used by spec.pgram. We consider the frequency range to be between 0 and 0.5, not between 0 and frequency(x)/2.

See Also

spectrum, spectrum0, glm.


coda documentation built on Oct. 24, 2020, 9:10 a.m.

Related to spectrum0.ar in coda...