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
.
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);
NormalApproximationOfTheBinomialDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace