WeibullDistribution(Double, Double, Generator) Constructor |
Initializes a new instance of the
WeibullDistribution class with the specified
shape (
alpha) and scale (
lambda) parameters, using the specified
random number generator.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic WeibullDistribution(
double alpha,
double lambda,
Generator generator
)
Parameters
- alpha Double
- The shape parameter.
- lambda Double
- The scale parameter.
- generator Generator
- The underlying random number generator.
See Also