NCTCDFVW

Alternative algorithm for computing the CDF of the noncentral Student's t-distribution
ダウンロード: 298
更新 2022/4/5

ライセンスの表示

P = NCTCDFVW(X,NU,NCP,TAIL) returns the cummulative distribution function (CDF) of the noncentral T distribution with NU degrees of freedom and the non-centrality parameter NCP, at the values X.
NCTCDFVW is suggested for computing extreme tail probabilities of the non-central T distribution with large noncentrality parameter.
The CDF is computed by the GAUSS-KRONOD (non-adaptive) quadrature.

引用

Viktor Witkovsky (2026). NCTCDFVW (https://jp.mathworks.com/matlabcentral/fileexchange/41790-nctcdfvw), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: quadvgk

ヒントを与えたファイル: ToleranceFactor

バージョン 公開済み リリース ノート
1.5.0.0

Corrected errors

1.4.0.0

Improved integration limits and precision.

1.2.0.0

Fixed some minor bugs. Possibility to select different number of sub-intervals for integration.

1.0.0.0