NCTCDFVW

Alternative algorithm for computing the CDF of the noncentral Student's t-distribution
296 Downloads
Aktualisiert 5. Apr 2022

Lizenz anzeigen

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.

Zitieren als

Viktor Witkovsky (2024). NCTCDFVW (https://www.mathworks.com/matlabcentral/fileexchange/41790-nctcdfvw), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Quellenangaben

Inspiriert von: quadvgk

Inspiriert: ToleranceFactor

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
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