powered by
Construct correlation matrix for fractional Brownian motion.
corr_fBM(len_t, H)
Correlation matrix with dimension len_t-1 by len_t-1.
len_t-1
number of time steps
Hurst parameter, value between 0 and 1
tools:::Rd_package_author("AIUQ")
library(AIUQ) len_t = 50 H = 0.3 m = corr_fBM(len_t=len_t,H=H)
Run the code above in your browser using DataLab