Beta
class Beta(alphaShape: Double, betaShape: Double, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, RVParametersTypeIfc, MomentsIfc(source)
Create Beta distribution with the supplied parameters
Parameters
alpha Shape
the first shape parameter
beta Shape
the second shape parameter
Constructors
Functions
Link copied to clipboard
Returns the parameters of the distribution.
Changes the parameters to the supplied values params0 the alpha shape parameter params1the beta shape parameter
Changes the parameters to the supplied values
Link copied to clipboard
Promises to return a random variable that uses the supplied stream number using the supplied stream provider