Parameters
double
scale
The scale (σ) of the distribution. Range: σ > 0.
Random
randomSource
The random number generator which is used to draw random samples.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
Random
randomSourceThe random number generator which is used to draw random samples.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
double
xThe location at which to compute the cumulative distribution function.
double
the cumulative distribution at location x.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
double
pThe location at which to compute the inverse cumulative density.
double
the inverse cumulative density at p.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
double
xThe location at which to compute the density.
double
the density at x.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
double
xThe location at which to compute the density.
double
the log density at x.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
double
a sample from the distribution.
Random
rndThe random number generator to use.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
double
a sample from the distribution.
Random
rndThe random number generator to use.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
IEnumerable<double>
a sequence of samples from the distribution.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
IEnumerable<double>
a sequence of samples from the distribution.
Double[]
valuesThe array to fill with the samples.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
void
a sequence of samples from the distribution.
Random
rndThe random number generator to use.
Double[]
valuesThe array to fill with the samples.
double
scaleThe scale (σ) of the distribution. Range: σ > 0.
void
a sequence of samples from the distribution.
double
xThe location at which to compute the cumulative distribution function.
double
the cumulative distribution at location x.
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
pThe location at which to compute the inverse cumulative density.
double
the inverse cumulative density at p.
double
A random number from this distribution.
IEnumerable<double>
a sequence of samples from the distribution.
string
a string representation of the distribution.