Click or drag to resize

ProbabilityDistribution Methods

The ProbabilityDistribution type exposes the following members.

Methods
 NameDescription
Public methodCDF Computes the cumulative distribution function at a given point.
Public methodClone Creates a deep copy of this distribution.
Public methodInverseCDF Computes the inverse of the cumulative distribution function at a given probability.
Protected methodInverseCdfUsingBracket Uses a bracketing method to evaluate the inverse of cumulative distribution functions.
Protected methodInverseDiscreteCdfUsingBracket Uses a bracketing method to evaluate the inverse of cumulative distribution functions for discrete distributions.
Public methodPDF Computes the probability density function at a given point.
Public methodToString Returns a formatted string representation of this distribution.
(Overrides ObjectToString)
Top
See Also