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

NormalApproximationOfTheBinomialDistribution Members

NormalApproximationOfTheBinomialDistribution overview

Public Instance Constructors

NormalApproximationOfTheBinomialDistribution Constructor Creates a new Normal Approximation of the Binomial Distribution XML Web service proxy instance with the number of trials and the probability of a success both set to 1.

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 the Normal Probability Distribution of having lowerBound or lowerBound+1 or - or upperBound successes in n trials.
ProbabilityDown Calculates the probability of 0 or 1 or - or x successes in n trials.
ProbabilityUp Calculates the probability of x or x+1 or n successes in n 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

NormalApproximationOfTheBinomialDistribution Class | ProbabilityDistributions Namespace