- MathProbabilityDensityNoncentralT
- MathCumulativeDistributionNoncentralT
- MathQuantileNoncentralT
- MathRandomNoncentralT
- MathMomentsNoncentralT
MathRandomNoncentralT
Generates a pseudorandom variable distributed according to the law of noncentral Student's t-distribution with the nu and delta parameters. In case of error it returns NaN.
double MathRandomNoncentralT(
|
Generates pseudorandom variables distributed according to the law of noncentral Student's t-distribution with the nu and delta parameters. In case of error it returns false. Analog of the rt() in R.
bool MathRandomNoncentralT(
|
Parameters
nu
[in] Parameter of distribution (number of degrees of freedom).
delta
[in] Noncentrality parameter.
error_code
[out] Variable to store the error code.
data_count
[out] Amount of required data.
result[]
[out] Array to obtain the values of pseudorandom variables.