WeibullDistributionPDF(Double, Double, Double) Method |
Returns the probability density function (PDF) of the Weibull distribution.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double PDF(
double x,
double alpha,
double lambda
)
Parameters
- x Double
- The value at which to evaluate the PDF.
- alpha Double
- The shape parameter.
- lambda Double
- The scale parameter.
Return Value
DoubleThe relative likelihood for the random variable to occur at
x.
See Also