Created
July 22, 2019 14:22
-
-
Save koushikkhan/5d937c6b8546ce2dfe45117c6d11528b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ln.object <- LogNormalSimulator$new(mu = 5, sigma = 0.5, n_sample = 100000) | |
ln.sample <- test$generate_lognormal_sample() | |
ln.object$compute_stats() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment