The methods of the BinomialProbabilityDistribution class are listed below. For a complete list of BinomialProbabilityDistribution class members, see the BinomialProbabilityDistribution Members topic.
![]() | Evaluates the cumulative distribution function of the Binomial distribution. |
![]() | 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 Kurtosis of the binomial probability distribution of the present instance. |
![]() | Calculates the mean of the binomial probability distribution of the present instance. |
![]() | Gets the number of trials of the binomial experiment. |
![]() | Gets the probability of a success on any one trial. |
![]() | A random number generated from the Binomial distribution. |
![]() | Generated a string of random numbers from the Binomial distribution. |
![]() | Calculates the Skewness of the binomial probability distribution of the present instance. |
![]() | Gets the Type of the current instance. |
![]() | Calculates the variance of the binomial probability distribution of the preent instance. |
![]() | The inverse of the cumulative distribution function of the Binomial Distribution. |
![]() | Overloaded.
Calculates the probability of numberOfSuccesses successes during the total number of trials.
|
![]() |
Calculates the probability of lowerBound or lowerBound + 1 or.
|
![]() | Sets the number of trials for the binomial experiment. |
![]() | 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. |
BinomialProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace