WebCab Probability and Statistics Web Services for .NET v3.3 Demo

BinomialProbabilityDistribution Members

BinomialProbabilityDistribution overview

Public Instance Constructors

BinomialProbabilityDistribution Constructor 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.

Public Instance Methods

CumulativeProbability Evaluates the cumulative distribution function of the Binomial distribution.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetKurtosis Calculates the Kurtosis of the binomial probability distribution of the present instance.
GetMean Calculates the mean of the binomial probability distribution of the present instance.
GetNumberOfTrials Gets the number of trials of the binomial experiment.
GetProbabilityOfASuccess Gets the probability of a success on any one trial.
GetRandomNumber A random number generated from the Binomial distribution.
GetRandomNumbers Generated a string of random numbers from the Binomial distribution.
GetSkewness Calculates the Skewness of the binomial probability distribution of the present instance.
GetType (inherited from Object)Gets the Type of the current instance.
GetVariance Calculates the variance of the binomial probability distribution of the preent instance.
Inverse The inverse of the cumulative distribution function of the Binomial Distribution.
Probability Calculates the probability of numberOfSuccesses successes during the total number of trials.
ProbabilityOfArray Calculates the probability of numberOfSuccesses[0] or numberOfSuccesses[1] or.
ProbabilityOfRange Calculates the probability of lowerBound or lowerBound + 1 or.
ProbabilityUp Calculates the probability of lowerBound or lowerBound + 1 or.
SetNumberOfTrials Sets the number of trials for the binomial experiment.
SetProbabilityOfASuccess Sets the probability of a success on any one trial.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

BinomialProbabilityDistribution Class | ProbabilityDistributions Namespace