Advertisement
Guest User

Untitled

a guest
May 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ln.obj <- LogNormalSimulator$new(mu = 5, sigma = 0.5, n_sample = 100000)
  2. ln.sample <- ln.obj$generate_lognormal_sample()
  3. stats <- ln.obj$compute_stats()
  4. print(stats)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement