Click or drag to resize
Accord.NET (logo)

UnivariateDiscreteDistributionDistributionFunction Method

Overload List
  NameDescription
Public methodDistributionFunction(Int32)
Gets P(X ≤ k), the cumulative distribution function (cdf) for this distribution evaluated at point k.
Public methodCode exampleDistributionFunction(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.
Public methodDistributionFunction(Int32, Int32)
Gets the cumulative distribution function (cdf) for this distribution in the semi-closed interval (a; b] given as P(a < X ≤ b).
Top
See Also