WebCab Probability and Statistics for .NET v3.3 Demo

NormalApproximationOfTheBinomialDistribution Constructor ()

Creates a new Normal Approximation of the Binomial Distribution instance with the number of trials and the probability of a success both set to 1.

public NormalApproximationOfTheBinomialDistribution();

Remarks

In order to change these predefined settings use the NumberOfTrials and ProbabilityOfASuccess get/set properties.

See Also

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