WebCab Probability and Statistics for COM v3.3 Demo

PoissonApproximationOfTheBinomialDistribution Methods

The methods of the PoissonApproximationOfTheBinomialDistribution class are listed below. For a complete list of PoissonApproximationOfTheBinomialDistribution class members, see the PoissonApproximationOfTheBinomialDistribution Members topic.

Public Instance Methods

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.
GetMean Calculates the mean of the binomial probability distribution.
GetNumberOfTrials Gets the number of trials of the Binomial experiment.
GetProbabilityOfAFailure Gets the probability of a failure on any one trial.
GetProbabilityOfASuccess Gets the probability of a success on any one trial.
GetType (inherited from Object)Gets the Type of the current instance.
GetVariance Calculates the variance of the binomial probability distribution.
Probability Calculates the probability of numberOfSuccesses successes in numberOfTrials trials.
ProbabilityDown Calculates the probability of 0 or 1 or maximumNumberOfSuccesses successes in numberOfTrials trials.
ProbabilityUp Calculates the probability of x or x+1 or numberOfTrials successes in numberOfTrials trials.
SetNumberOfTrials Sets the number of trials for the Binomial experiment.
SetProbabilityOfAFailure Sets the probability of a failure on any one trial.
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

PoissonApproximationOfTheBinomialDistribution Class | WebCab.COM.Statistics.PDistributions Namespace