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