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