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.
doublethe 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.
doublethe density at x.
double freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
double xThe location at which to compute the density.
doublethe log density at x.
Random rndThe random number generator to use.
int freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
doublea sample from the distribution.
int freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
doublea sample from the distribution.
Double[] valuesThe array to fill with the samples.
int freedomThe degrees of freedom (k) of the distribution. Range: k > 0.
voida 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.
voida 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.
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.
doublea sample from the distribution.
IEnumerable<double>a sequence of samples from the distribution.
stringa string representation of the distribution.