+ Reply to Thread
Results 1 to 4 of 4

TTEST and TDIST, critical value lookup

  1. #1
    Registered User
    Join Date
    01-13-2005
    Posts
    34

    TTEST and TDIST, critical value lookup

    I am calculating a t-statistics using known means, standard deviations and degrees of freedom. Because I am not dealing with the actual population data arrays, I cannot use the TTEST function. So, I am just 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 to have a t-stat critical value lookup table in order to compare my calced stat to the critical value at the appropriate dfs. Is there anyway, perhaps using TDIST, that I can eliminate the need for a critical value lookup table?

  2. #2
    Registered User
    Join Date
    01-13-2005
    Posts
    34

    figured it out

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

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

  3. #3
    Bernard Liengme
    Guest

    Re: TTEST and TDIST, critical value lookup

    Aint that the truth!
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "cwinters" <[email protected]> wrote in
    message news:[email protected]...
    >
    > never mind, the answer is TDIST(ABS(my calced t stat),my calced dfs,2)
    >
    > returns the right p value, wheee!! Excel is awesome.
    >
    >
    > --
    > cwinters
    > ------------------------------------------------------------------------
    > cwinters's Profile:
    > http://www.excelforum.com/member.php...o&userid=18386
    > View this thread: http://www.excelforum.com/showthread...hreadid=486061
    >




  4. #4
    Jerry W. Lewis
    Guest

    Re: TTEST and TDIST, critical value lookup

    And =TINV(0.05,df) is the critical value.

    Jerry

    cwinters wrote:

    > never mind, the answer is TDIST(ABS(my calced t stat),my calced dfs,2)
    >
    > returns the right p value, wheee!! Excel is awesome.



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1