Description Usage Arguments Value Note
The function simulates random numbers from some distributions
1 |
dist |
distribution from which to simulate c("Pareto", "TruncWeibull", TruncLogNormal") |
par |
parameters of the distribution chosen. |
n |
the number of simulations. |
The function returns the simulations of Y. If you want to compute the probability P(Y<m) you can simply run the following command mean(Y<m)
Confidence intervals still to be added (along with more distributions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.