Description Usage Arguments Value Examples
Simulates a sample of Pareto-distributed data.
1 | rpareto(n, a = 0.5, b = 1)
|
n |
The number of independent observations to draw (i.e. sample size). |
a |
The shape parameter of the Pareto distribution. |
b |
The scale parameter of the Pareto distribution. |
A vector of Pareto-distributed random numbers of length n.
1 | rpareto(50, 0.5, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.