Function to generate values following a translated Beta distribution
translatedRandomBeta(n, min, max, param1 = 3, param2 = 1)Number of values to generate.
Minimum of the values to be generated.
Maximum of the values to be generated.
Parameter of the Beta distribution.
Parameter of the Beta distribution.
A vector of values following a translated Beta distribution.