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
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.
Random
rndThe random number generator to use.
int
freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
double
a sample from the distribution.
int
freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
double
a sample from the distribution.
Double[]
valuesThe array to fill with the samples.
int
freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
void
a sequence of samples from the distribution.
Random
rndThe random number generator to use.
int
freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
IEnumerable<double>
a sequence of samples from the distribution.
Random
rndThe random number generator to use.
Double[]
valuesThe array to fill with the samples.
int
freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
void
a sequence of samples from the distribution.
int
freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
IEnumerable<double>
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
a sample from the distribution.
IEnumerable<double>
a sequence of samples from the distribution.
string
a string representation of the distribution.