PoissonDistribution Methods |
The PoissonDistribution type exposes the following members.
Name | Description | |
---|---|---|
CentralMoment |
Gets a central moment of the distribution.
(Overrides DiscreteDistributionCentralMoment(Int32).) | |
Cumulant |
Computes a cumulant of the distribution.
(Overrides UnivariateDistributionCumulant(Int32).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExpectationValue |
Computes the expectation value of an artibrary function.
(Inherited from DiscreteDistribution.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRandomValue |
Produces a random integer drawn from the distribution.
(Overrides DiscreteDistributionGetRandomValue(Random).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InverseLeftProbability |
Computes the value corresponding to the given percentile.
(Overrides DiscreteDistributionInverseLeftProbability(Double).) | |
LeftExclusiveProbability |
Computes the probability of obtaining a value less than the given value.
(Overrides DiscreteDistributionLeftExclusiveProbability(Int32).) | |
LeftInclusiveProbability |
Computes the probability of obtaining a value less than or equal to the given value.
(Overrides DiscreteDistributionLeftInclusiveProbability(Int32).) | |
ProbabilityMass |
Returns the probability of the obtaining the given value.
(Overrides DiscreteDistributionProbabilityMass(Int32).) | |
RawMoment |
Gets a raw moment of the distribution.
(Overrides DiscreteDistributionRawMoment(Int32).) | |
RightExclusiveProbability |
Computes the probability of obtaining a value greater than the given value.
(Overrides DiscreteDistributionRightExclusiveProbability(Int32).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |