Description Usage Arguments Value
Function to generate values following a translated Beta distribution
1 | translatedRandomBeta(n, min, max, param1 = 3, param2 = 1)
|
n |
Number of values to generate. |
min |
Minimum of the values to be generated. |
max |
Maximum of the values to be generated. |
param1 |
Parameter of the Beta distribution. |
param2 |
Parameter of the Beta distribution. |
A vector of values following a translated Beta distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.