+ Reply to Thread
Results 1 to 5 of 5

How do I Test a Hypothesis in Excel

  1. #1
    Registered User
    Join Date
    07-02-2005
    Posts
    53

    How do I Test a Hypothesis in Excel

    Happy new year to everyone!

    I would like to know how I can test the hypothesis in excel, for example Tuesdays have lower volume than the average weekday?

    Day Volume
    Sun 2,650
    Mon 2,581
    Tue 2,337
    Wed 2,972
    Thu 3,166
    Fri 3,189
    Sat 2,408
    Avg Day 2,753

    Thanks in advance!

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,054

    Re: How do I Test a Hypothesis in Excel

    Try this:

    =AVERAGEIF($A$2:$A$8;"Tue";$B$2:$B$8)<$B$9

    However, if you like to change "Tue" better make some cell reference (e.g. C1)

    Edit: sorry, WEEKDAY... For that it would be nice to see how your data is stored...
    Last edited by zbor; 01-08-2010 at 03:32 AM.
    Never use Merged Cells in Excel

  3. #3
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: How do I Test a Hypothesis in Excel

    Assume Average is in B9 then

    =B6<$B$9

    The result is TRUE/FALSE.

    Copy up/down for the other days of the week.
    Attached Files Attached Files
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  4. #4
    Registered User
    Join Date
    07-02-2005
    Posts
    53

    Re: How do I Test a Hypothesis in Excel

    Quote Originally Posted by zbor View Post
    Try this:

    =AVERAGEIF($A$2:$A$8;"Tue";$B$2:$B$8)<$B$9

    However, if you like to change "Tue" better make some cell reference (e.g. C1)

    Edit: sorry, WEEKDAY... For that it would be nice to see how your data is stored...
    Hi guys, thanks for your quick reply!

    What I had in mind was using the statistics function in Excel through a T-test or confidence interval test?

    Thanks again.

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,054

    Re: How do I Test a Hypothesis in Excel

    Can you upload example where you'll put your inputs and outputs and explain problem more detail

    THX

+ 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