WebCab Probability and Statistics Web Services for .NET v3.3 Demo

BinomialProbabilityDistribution.GetVariance Method 

Calculates the variance of the binomial probability distribution of the preent instance.

public double GetVariance();

Remarks

Remark: Before this method is called it is necesary to set the total number of trials and the probability of each of the trials being a successes using SetNumberOfTrials and SetProbabilityOfASuccess, respectively.

See Also

BinomialProbabilityDistribution Class | ProbabilityDistributions Namespace