ErlangDistributionPDF(Double, Double, Double) Method |
Returns the probability density function (PDF) for the Erlang 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 A,
double B
)
Parameters
- x Double
- The function argument.
- A Double
- The order (shape) parameter.
- B Double
- The rate parameter.
Return Value
DoubleThe probability density at
x.
See Also