Parameters
int k
The location in the domain where we want to evaluate the probability mass function.
Return
double
the probability mass at location k.
Type IDiscreteDistribution
Namespace MathNet.Numerics.Distributions
Interfaces IUnivariateDistribution
int kThe location in the domain where we want to evaluate the probability mass function.
doublethe probability mass at location k.
int kThe location in the domain where we want to evaluate the log probability mass function.
doublethe log probability mass at location k.
inta sample from the distribution.
IEnumerable<int>an infinite sequence of samples from the distribution.