Critical t-value calculator
File name : 'CritT.m'. This file can be used
for quickly obtaining the critical t-value for
alfa values of 0.01, 0.05, 0.10 and degrees of freedom
between 1 and 100
One input values : 'alfa','v','tail'
One output value : 't'
alfa: significance level (0.01,0.05,0.10)
v: degrees of freedom (integer from 1 till 100)
tail: one-tailed = 'one' two-tailed = 'two'
t: critical t-value
Input syntax : CritT(alfa,v,tail)
NOTE: Only the above-mentioned values for alfa and v
can be used as input arguments
Table with alfa values and corresponding t-values
were obtained by using the icdf functions
Developed by Joris Meurs BASc (2015)
Cite As
Joris Meurs (2026). Critical t-value calculator (https://www.mathworks.com/matlabcentral/fileexchange/54369-critical-t-value-calculator), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions and Hypothesis Tests > Multivariate Distributions > Copula Distributions and Correlated Samples >
Tags
Acknowledgements
Inspired: Critical t-value calculator - 2017
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
