what is the t-distribution table that ttest uses?

The t-test uses a distribution table as the limits for the t-values.
what is the table matlab uses in the ttest function?
Thanks, Alex

Answers (1)

If you type
> edit ttest
you will be led to the tcdf() function, and if you type
> edit tcdf
then I think you will find the details of what you are looking for. There are references to Abramowitz and Stegun (a classic reference) as well as comments about how MATLAB is handling very large input values.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Asked:

on 6 Oct 2011

Community Treasure Hunt

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

Start Hunting!