cumulative distribution function of the non-central Student's T distribution
[P, Q] = cdftnc("PQ", T, Df, Pnonc) T = cdftnc("T", Df, Pnonc, P, Q) Df = cdftnc("Df", Pnonc, P, Q, T) Pnonc = cdftnc("Pnonc", P, Q, T, Df)
real scalar or matrix, the lower-tail probability. Input range: (0,1].
real scalar or matrix, quantile value(s) of the non-central t distribution.
real positive scalar or matrix, degrees of freedom of the t-distribution.
real positive scalar or matrix, non-centrality parameter.
The function cdftnc computes the cumulative distribution function (CDF) of the
non-central Student's t-distribution with
Degrees of freedom Df
Non-centrality parameters Pnonc
Evaluated at value(s) T
T = cdftnc("T", Df, Pnonc, P, Q) computes the inverse of the non-central cumulative
distribution (CDF) of the non-central Student's t-distribution.
P, Q, T, Df and Pnonc
must have the same size.
| Version | Description |
| 2026.0.0 | Function added. |