Parameters
double
a
The α shape parameter of the BetaScaled distribution. Range: α > 0.
double
b
The β shape parameter of the BetaScaled distribution. Range: β > 0.
double
location
The location (μ) of the distribution.
double
scale
The scale (σ) of the distribution. Range: σ > 0.
Random
randomSource
The random number generator which is used to draw random samples.