UnivariateDiscreteDistributionDistributionFunction Method |
Name | Description | |
---|---|---|
DistributionFunction(Int32) |
Gets P(X ≤ k), the cumulative distribution function
(cdf) for this distribution evaluated at point k.
| |
DistributionFunction(Int32, Boolean) |
Gets P(X ≤ k) or P(X < k), the cumulative distribution function
(cdf) for this distribution evaluated at point k, depending
on the value of the inclusive parameter.
| |
DistributionFunction(Int32, Int32) |
Gets the cumulative distribution function (cdf) for this
distribution in the semi-closed interval (a; b] given as
P(a < X ≤ b).
|