BinomialProbabilityDistribution overview
![]() |
Creates a new instance of the Binomial Probability Distribution XML Web service with the number of elements set to 1 and the probability of a success set to 1 .
|
![]() | 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. |
![]() |
Calculates the probability of numberOfSuccesses successes during the total number of trials.
|
![]() |
Calculates the probability of numberOfSuccesses[0] or numberOfSuccesses[1] or.
|
![]() |
Calculates the probability of lowerBound or lowerBound + 1 or.
|
![]() |
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 | ProbabilityDistributions Namespace