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.
double
the probability mass at location k.
int
kThe location in the domain where we want to evaluate the log probability mass function.
double
the log probability mass at location k.
int
a sample from the distribution.
IEnumerable<int>
an infinite sequence of samples from the distribution.