PoissonDistributionPDF(Double, Double) Method |
Returns the probability density function for the specified value and mean.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double PDF(
double x,
double m
)
Parameters
- x Double
- The function argument.
- m Double
- The mean of the distribution.
Return Value
DoubleThe probability density at
x.
See Also