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.
doublethe cumulative distribution at location x.
double scaleThe scale (σ) of the distribution. Range: σ > 0.
double pThe location at which to compute the inverse cumulative density.
doublethe 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.
doublethe density at x.
double scaleThe scale (σ) of the distribution. Range: σ > 0.
double xThe location at which to compute the density.
doublethe log density at x.
double scaleThe scale (σ) of the distribution. Range: σ > 0.
doublea sample from the distribution.
Random rndThe random number generator to use.
double scaleThe scale (σ) of the distribution. Range: σ > 0.
doublea 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.
voida 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.
voida sequence of samples from the distribution.
double xThe location at which to compute the cumulative distribution function.
doublethe cumulative distribution at location x.
double xThe location at which to compute the density.
doublethe density at x.
double xThe location at which to compute the log density.
doublethe log density at x.
double pThe location at which to compute the inverse cumulative density.
doublethe inverse cumulative density at p.
doubleA random number from this distribution.
IEnumerable<double>a sequence of samples from the distribution.
stringa string representation of the distribution.