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.

Overload List

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();

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

public NormalApproximationOfTheBinomialDistribution(int,double);

See Also

NormalApproximationOfTheBinomialDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace