Critical t-value calculator

Tool for quickly obtaining critical t-values
448 Downloads
Updated 7 Dec 2015

View License

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 (2024). Critical t-value calculator (https://www.mathworks.com/matlabcentral/fileexchange/54369-critical-t-value-calculator), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R10
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: Critical t-value calculator - 2017

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0