kfilter | R Documentation |
Kalman filter for ARMA copula model
kfilter(x, y)
x |
an object of class armacopula. |
y |
a vector of data. |
A matrix or multivariate time series with columns consisting of conditional mean, standard deviation and residuals.
data <- sim(armacopula(list(ar = c(0.5, 0.4), ma = -0.8)), n = 1000)
kfilter(armacopula(list(ar = c(0.5, 0.4), ma = -0.8)), data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.