Click or drag to resize

WeibullDistribution Constructor

Overload List
 NameDescription
Public methodWeibullDistribution Initializes a new instance of the WeibullDistribution class, using a StandardGenerator as underlying random number generator.
Public methodWeibullDistribution(Generator) Initializes a new instance of the WeibullDistribution class, using the specified Generator as underlying random number generator.
Public methodWeibullDistribution(Double, Double) Initializes a new instance of the WeibullDistribution class with the specified shape (alpha) and scale (lambda) parameters.
Public methodWeibullDistribution(Double, Double, Generator) Initializes a new instance of the WeibullDistribution class with the specified shape (alpha) and scale (lambda) parameters, using the specified random number generator.
Top
See Also