The methods of the NormalApproximationOfTheBinomialDistribution class are listed below. For a complete list of NormalApproximationOfTheBinomialDistribution class members, see the NormalApproximationOfTheBinomialDistribution 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 the Normal Probability Distribution of having lowerBound or lowerBound+1 or - or upperBound successes in n trials.
|
![]() |
Calculates the probability of 0 or 1 or - or x successes in n trials.
|
![]() |
Calculates the probability of x or x+1 or n successes in n 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. |
NormalApproximationOfTheBinomialDistribution Class | ProbabilityDistributions Namespace