library(AIUQ)
M = 10
len_t = 50
sigma = c(2,1)
H = c(0.3,0.4)
pos0 = matrix(100/8+0.75*100*runif(M*2),nrow=M,ncol=2)
pos = anisotropic_fbm_particle_intensity(pos0=pos0,M=M,len_t=len_t,sigma=sigma,H=H)
Run the code above in your browser using DataLab