MATLAB: Finding the t values of the Student’s t test (t1-α,ν)

MATLAB

I have both 1-α and i have v and i was wondering if there is a way to get the t-value directly in Matlab rather than reffering to the tables.

Best Answer

critt = tinv(1-alpha,v)
Related Question