The methods of the PoissonApproximationOfTheBinomialDistribution class are listed below. For a complete list of PoissonApproximationOfTheBinomialDistribution class members, see the PoissonApproximationOfTheBinomialDistribution Members topic.
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Calculates the mean of the binomial probability distribution. |
![]() | Gets the number of trials of the Binomial experiment. |
![]() | Gets the probability of a failure on any one trial. |
![]() | Gets the probability of a success on any one trial. |
![]() | Gets the Type of the current instance. |
![]() | Calculates the variance of the binomial probability distribution. |
![]() |
Calculates the probability of numberOfSuccesses successes in numberOfTrials trials.
|
![]() |
Calculates the probability of 0 or 1 or maximumNumberOfSuccesses successes in numberOfTrials trials.
|
![]() |
Calculates the probability of x or x+1 or numberOfTrials successes in numberOfTrials trials.
|
![]() | Sets the number of trials for the Binomial experiment. |
![]() | Sets the probability of a failure on any one trial. |
![]() | Sets the probability of a success on any one trial. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
PoissonApproximationOfTheBinomialDistribution Class | ProbabilityDistributions Namespace