![]() | Probability |
The ProbabilityDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProbabilityDistribution | Initializes a new instance of the ProbabilityDistribution class |
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) |
Name | Description | |
---|---|---|
![]() ![]() | GAMMA_MAX_ITER | Maximum number of iterations to execute while computing the various forms of the gamma function. |
![]() ![]() | MACHINE_EPSILON | A small number sufficeintly close to zero. |