Learn R Programming

costat (version 2.4.1)

costat-package: Computes localized autocovariance and searches for costationary solutions to bivariate time series.

Description

Computes a time-varying autocovariance and associated plots for plotting this. Also can search for costationary solutions between two time series.

Arguments

Author

Guy Nason, <g.nason@imperial.ac.uk>

Details

See findstysols for help page for main function.

References

Cardinali, A. and Nason, Guy P. (2013) Costationarity of Locally Stationary Time Series Using costat. Journal of Statistical Software, 55, Issue 1.

Cardinali, A. and Nason, G.P. (2010) Costationarity of locally stationary time series. J. Time Series Econometrics, 2, Issue 2, Article 1.

See Also

findstysols, lacv

Examples

Run this code
#
# Compute localized acv
#
x <- c(rnorm(128, sd=1), rnorm(128, sd=3))
xlacv <- lacv(x, lag.max=30)
#
# Plot the time-varying autocovariance at time t=100
#
if (FALSE) plot(xlacv, type="acf", the.time=100, plotcor=FALSE)
#
# Plot the time-varying autocovariance at time t=400
#
if (FALSE) plot(xlacv, type="acf", the.time=400, plotcor=FALSE)
#
# See examples for findstysols for other examples
#

Run the code above in your browser using DataLab