Function to generated values following a translated Beta distribution
Function to generate values following a translated Beta distribution
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.