WebCab Probability and Statistics for .NET v3.3 Demo

NormalApproximationOfTheBinomialDistribution Constructor (Int32, Double)

Creates a new Normal Approximation of the Binomial Distribution instance using the specified initial values.

public NormalApproximationOfTheBinomialDistribution(
   int trials,
   double probabilityOfASuccess
);

Parameters

trials
The number of trials.
probabilityOfASuccess
The probability of a success.

Exceptions

Exception TypeCondition
BinomialProbabilityDistributionExceptionThrown if the number of trials is negative or the probability of a success is not between 0 and 1.

See Also

NormalApproximationOfTheBinomialDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace | NormalApproximationOfTheBinomialDistribution Constructor Overload List