Description Usage Format Examples
A dataset of 500000 simulated first passage times of a diffusion:
 
 
starting in X_1 = 8 traversing a fixed barrier at B = 8.
1  | data("SDEsim6")
 | 
fpt.sim.times500 000 simulated first passage times.
1 2 3 4  | data("SDEsim6")
hist(fpt.sim.times, freq = FALSE, col = 'gray85', border = 'white',
  main = 'First Passage Time Density', ylab = 'Density', xlab = 'Time',
  breaks = 100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.