Click or drag to resize
Accord.NET (logo)

MixtureTDistributionFunction Method

Overload List
  NameDescription
Public methodDistributionFunction(Double)
Gets the cumulative distribution function (cdf) for this distribution evaluated at point x.
(Inherited from UnivariateContinuousDistribution.)
Public methodDistributionFunction(Int32, Double)
Gets the cumulative distribution function (cdf) for one component of this distribution evaluated at point x.
Public methodDistributionFunction(Double, Double)
Gets the cumulative distribution function (cdf) for this distribution in the semi-closed interval (a; b] given as P(a < X ≤ b).
(Inherited from UnivariateContinuousDistribution.)
Top
See Also