powered by
Converts the autocorrelation of a stationary sequence X to that of its increments, dX == diff(X).
X
dX == diff(X)
acf2incr(acf)
Length-N vector of position autocorrelations.
N
Length N-1 vector if increment autocorrelations.
N-1
# NOT RUN { acf2incr(acf = exp(-(0:10))) # }
Run the code above in your browser using DataLab