cdftnc
cumulative distribution function of the non-central Student's T distribution
Syntax
[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)
Arguments
- P, Q (Q = 1 - P)
real scalar or matrix, the lower-tail probability. Input range: (0,1].
- T
real scalar or matrix, quantile value(s) of the non-central t distribution.
- Df
real positive scalar or matrix, degrees of freedom of the t-distribution.
- Pnonc
real positive scalar or matrix, non-centrality parameter.
Description
The function cdftnc computes the cumulative distribution function (CDF) of the
non-central Student's t-distribution with
Degrees of freedom
DfNon-centrality parameters
PnoncEvaluated 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.
Examples
See also
- cdft — 累積分布関数:スチューデントのT分布
History
| バージョン | 記述 |
| 2026.0.0 | Function added. |
| Report an issue | ||
| << cdft | Cumulated Distribution Functions | Mean Central Tendency >> |