View source: R/ShinySimulatorGlobal.R
| rpareto | R Documentation |
Random Pareto generator
rpareto(n, alpha, x_m)
n |
Number of values to generate. |
alpha |
A positive real number. Alpha parameter of the Pareto distribution. |
x_m |
A positive real number. The minimum value for the Pareto distribution. |
A vector of n random Pareto variables with parameters alpha and x_m.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.