Creates a new instance of the Binomial Probability Distribution class with the number of elements set to 1
and the probability of a success set to 1
.
Creates a new instance of the Binomial Probability Distribution class with the number of elements set to 1
and the probability of a success set to 1
.
public BinomialProbabilityDistribution();
Creates a new instance of the Binomial Probability Distribution class with the specified initial values.
public BinomialProbabilityDistribution(int,double);
BinomialProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace