library(AIUQ)
# -------------------------------------------------
# Example 1: Simple diffusion for 200 images with
# 200 by 200 pixels and 50 particles
# -------------------------------------------------
sim_bm = simulation()
show(sim_bm)
# -------------------------------------------------
# Example 2: Simple diffusion for 100 images with
# 100 by 100 pixels and slower speed
# -------------------------------------------------
sim_bm = simulation(sz=100,len_t=100,sigma_bm=0.5)
show(sim_bm)
# -------------------------------------------------
# Example 3: Ornstein-Uhlenbeck process
# -------------------------------------------------
sim_ou = simulation(model_name="OU")
show(sim_ou)
Run the code above in your browser using DataLab