WebCab Probability and Statistics for .NET v3.3 Demo

BinomialProbabilityDistribution.GetKurtosis Method 

Calculates the Kurtosis of the binomial probability distribution of the present instance.

public double GetKurtosis();

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 | WebCab.Libraries.Statistics.PDistributions Namespace