filter_car1 | R Documentation |
CAR(1) filter
filter_car1(x, phi, s)
x |
A numeric vector to be filtered. |
phi |
The CAR(1) coefficient. |
s |
A numeric vector defining the time spacing between observations. |
A numeric vector.
x <- rnorm(100)
d_x = rep(1, length(x))
filter_car1(x, .5, s = d_x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.