Probability |
The ProbabilityDistribution type exposes the following members.
Name | Description | |
---|---|---|
CDF | Computes the cumulative distribution function at a given point. | |
Clone | Creates a deep copy of this distribution. | |
InverseCDF | Computes the inverse of the cumulative distribution function at a given probability. | |
InverseCdfUsingBracket | Uses a bracketing method to evaluate the inverse of cumulative distribution functions. | |
InverseDiscreteCdfUsingBracket | Uses a bracketing method to evaluate the inverse of cumulative distribution functions for discrete distributions. | |
Computes the probability density function at a given point. | ||
ToString |
Returns a formatted string representation of this distribution.
(Overrides ObjectToString) |