DiscreteUniformDistributionPDF(Double, Double, Double) Method |
Returns the probability mass function (PMF) of a discrete uniform 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 low,
double high
)
Parameters
- x Double
- The value at which to evaluate the PMF.
- low Double
- The lower bound (inclusive).
- high Double
- The upper bound (inclusive).
Return Value
DoubleThe probability for
x.
See Also