Parameters
double
x
The location at which to compute the density.
Return
double
the density at x.
Type IContinuousDistribution
Namespace MathNet.Numerics.Distributions
Interfaces IUnivariateDistribution
double
xThe location at which to compute the density.
double
the density at x.
double
xThe location at which to compute the log density.
double
the log density at x.
double
a sample from the distribution.
IEnumerable<double>
an infinite sequence of samples from the distribution.