C# (CSharp) NSoft.NFramework.Numerics.Distributions.Discrete Namespace

Classes

Name Description
Bernoulli 베르누이 분포
Binomial Implements the binomial distribution. For details about this distribution, see Wikipedia - Binomial distribution.
Categorical Implements the categorical distribution. For details about this distribution, see Wikipedia - Categorical distribution. This distribution is sometimes called the Discrete distribution.
ConwayMaxwellPoisson

The Conway-Maxwell-Poisson distribution is a generalization of the Poisson, Geometric and Bernoulli distributions. It is parameterized by two real numbers "lambda" and "nu". For nu = 0 the distribution reverts to a Geometric distribution nu = 1 the distribution reverts to the Poisson distribution nu -> infinity the distribution converges to a Bernoulli distribution

This implementation will cache the value of the normalization constant. Wikipedia - ConwayMaxwellPoisson distribution.
DiscreteUniform 정수값을 변량으로 균일하게 이산 분포를 합니다.. 이 분포는 상하한 값을 포함합니다. Wikipedia - Discrete uniform distribution.
DiscreteUniformFixture