acf2incr | R Documentation |
Convert the autocorrelation of a stationary sequence x = (x_1, ..., x_N)
to that of its increments, dx = (x_2 - x_1, ..., x_N - x_(N-1))
.
acf2incr(acf)
acf |
Length- |
Length N-1
vector of increment autocorrelations.
acf2incr(acf = exp(-(0:10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.