Discrete Distributions

Extreme Numerics.NET provides classes that implement the most common probability distributions. The classes that implement discrete probability distributions reside in the Extreme.Statistics.Distributions namespace.

Continuous distribution classes provide three major features: access to the moments (mean, variance, etc.), access to the various distribution functions (PDF, CDF), and the ability to generate random samples from the distribution.

In this section: