Description Usage Arguments Value Examples
Uses C++ code for efficiency.
1 | sliding_cov(short, long)
|
short |
Numeric vector. |
long |
Numeric vector. |
Numeric vector.
1 2 3 | short <- rnorm(4)
long <- rnorm(10)
sliding_cov(short, long)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.