Weibull
class Weibull(theShape: Double = 1.0, theScale: Double = 1.0, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, GetRVariableIfc, RVParametersTypeIfc, MomentsIfc(source)
This class defines a Weibull distribution
Parameters
the Shape
The shape parameter of the distribution
the Scale
The scale parameter of the distribution
name
an optional name/label
Constructors
Functions
Link copied to clipboard
Gets the parameters for the distribution
Sets the parameters for the distribution with shape = parameters0 and scale = parameters1
Sets the parameters
Link copied to clipboard
Promises to return a random variable that uses the supplied stream number using the supplied stream provider