The PoissonDistribution type exposes the following members.

Constructors

  NameDescription
PoissonDistribution
Constructs a PoissonDistribution with the specified lambda, which is both the mean and the variance of the distribution.

Methods

  NameDescription
CDF
Returns the cumulative distribution function evaluated at a given value.
(Overrides ProbabilityDistribution..::.CDF(Double).)
Clone
Creates a deep copy of this PoissonDistribution.
(Overrides ProbabilityDistribution..::.Clone()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InverseCDF
Returns the inverse cumulative distribution function evaluated at a given value.
(Overrides ProbabilityDistribution..::.InverseCDF(Double).)
PDF
Returns the probability density function evaluated at a given value.
(Overrides ProbabilityDistribution..::.PDF(Double).)
ToString
Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistribution..::.ToString()()().)

Properties

  NameDescription
Kurtosis
Gets the kurtosis, a measure of the degree of peakednesss of the distribution.
Mean
Gets and sets the mean of the distribution.
Skewness
Gets the skewness, a measure of the degree of asymmetry of this distribution.
Variance
Gets and sets the variance of the distribution.

See Also