Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

innovationVariance

Nonparametric estimate of the innovation variance


Description

The innovation variance is estimated using a high order AR approximation determined by the AIC or by using Kolmogoroff's formula with a smoothed periodogram. Default is AR.

Usage

innovationVariance(z, method = c("AR", "Kolmogoroff"), ...)

Arguments

z

time series

method

Default "AR". Set to "Kolmogoroff" for non-parametric periodogram estimate.

...

optional arguments that are passed to spec.pgram()

Value

the innovation variance

Author(s)

A. I. McLeod

See Also

Examples

z<-sunspot.year
#fitting high-order AR
innovationVariance(z)
#using periodogram
innovationVariance(z, method="Kolmogoroff")
#using smoothed periodogram
innovationVariance(z, method="Kolmogoroff", span=c(3, 3))
#the plot argument for spec.pgram() works too
innovationVariance(z, method="Kolmogoroff", span=c(3, 3), plot=TRUE)

ltsa

Linear Time Series Analysis

v1.4.6
GPL (>= 2)
Authors
A.I. McLeod, Hao Yu, Zinovi Krougly
Initial release
2015-12-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.