Description Usage Arguments Value
View source: R/kalman_functions.R
Written by Tim Cohn
1 | genmissing(X1, XN, rho, N)
|
X1 |
value before the gap |
XN |
value after the gap |
rho |
the lag one autocorrelation |
N |
the length of the sequence including X1 and XN. It is two more than the gap length |
genmissing numeric vector of length N, conditioned on the first value (X1) and last value (XN) with the specified lag one autocorrelation in the limit (where N is large) the values are normal with mean 0 and variance 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.