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