| fbm_msd | R Documentation | 
Mean square displacement of fractional Brownian motion.
fbm_msd(tseq, H)
tseq | 
 Length-  | 
H | 
 Hurst parameter (between 0 and 1).  | 
The mean squared displacement (MSD) of a stochastic process X_t is defined as
MSD(t) = E[(X_t - X_0)^2].
Fractional Brownian motion (fBM) is a continuous Gaussian process with stationary increments, such that its covariance function is entirely defined the MSD, which in this case is MSD(t) = |t|^(2H).
Length-N vector of mean square displacements.
fbm_msd(tseq = 1:10, H = 0.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.