TTEST and TDIST, critical value lookup

C

cwinters

I am calculating a t-statistics using known means, standard deviation
and degrees of freedom. Because I am not dealing with the actua
population data arrays, I cannot use the TTEST function. So, I am jus
do the underlying math of the t-test calc plugging in my means, sdevs
dfs and I come up with a nice t-statistic. However. I then need t
have a t-stat critical value lookup table in order to compare my calce
stat to the critical value at the appropriate dfs. Is there anyway
perhaps using TDIST, that I can eliminate the need for a critical valu
lookup table
 
C

cwinters

never mind, the answer is TDIST(ABS(my calced t stat),my calced dfs,2)

returns the right p value, wheee!! Excel is awesome.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top