msd2acf | R Documentation |
Converts the mean squared displacement (MSD) of a stationary increments sequence x = (x_0, x_1, ..., x_N)
positions to the autocorrelation of the corresponding increments dx = (x_1 - x_0, ..., x_N - x_(N-1))
.
msd2acf(msd)
msd |
Length- |
Length-N
autocorrelation vector.
# autocorrelation of fBM increments msd2acf(msd = fbm_msd(tseq = 0:10, H = .3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.