+ Reply to Thread
Results 1 to 3 of 3

skewness issue

  1. #1
    Registered User
    Join Date
    02-11-2006
    Posts
    1

    skewness issue

    I'm trying to find skewness for this distribution. I know how the skewness function works but I'm not sure how to deal with this dataset I have.

    Bin..........Freq
    0-10........78
    10-20......2589
    20-30......922
    30-40......11


    So, all I know is how many values are in each bin (not what the values are themselves). Does that mean I have to type in an arbitrary value of the 2nd bin 2589 times in order for Excel to understand what I'm looking for? Anyone know of a shorter way? Thanks.

  2. #2
    zhj23
    Guest

    RE: skewness issue

    You should use the Class Mid-point and not any arbitrary value. For instance,
    15 for the class 10-20.

    However, EXCEL, being a non Statistical software, is quite limited on this.
    (You have to type 2589 of the 15s). It is better to use a high grade
    statistical software, such as SPSS to avoid the tedious typing.

    Zhj23

    "Embee" wrote:

    >
    > I'm trying to find skewness for this distribution. I know how the
    > skewness function works but I'm not sure how to deal with this dataset
    > I have.
    >
    > Bin..........Freq
    > 0-10........78
    > 10-20......2589
    > 20-30......922
    > 30-40......11
    >
    >
    > So, all I know is how many values are in each bin (not what the values
    > are themselves). Does that mean I have to type in an arbitrary value
    > of the 2nd bin 2589 times in order for Excel to understand what I'm
    > looking for? Anyone know of a shorter way? Thanks.
    >
    >
    > --
    > Embee
    > ------------------------------------------------------------------------
    > Embee's Profile: http://www.excelforum.com/member.php...o&userid=31455
    > View this thread: http://www.excelforum.com/showthread...hreadid=511415
    >
    >


  3. #3
    Jerry W. Lewis
    Guest

    RE: skewness issue

    You can use an array formula, such as

    =SKEW(ISNUMBER(ROW(A1:A78))*AVERAGE(0,10),ISNUMBER(ROW(A1:A2589))*AVERAGE(10,20),ISNUMBER(ROW(A1:A922))*AVERAGE(20,30),ISNUMBER(ROW(A1:A11))*AVERAGE(30,40))

    array entered (Ctrl-Shift-Enter), which will give the result
    0.692746935115446. If you get zero, then you did not array enter it.

    ISNUMBER(ROW(A1:A78))*AVERAGE(0,10), produces an array of 78 numbers, each
    with the value 5 (the midpoint of 0-10), ...

    Jerry

    "Embee" wrote:

    >
    > I'm trying to find skewness for this distribution. I know how the
    > skewness function works but I'm not sure how to deal with this dataset
    > I have.
    >
    > Bin..........Freq
    > 0-10........78
    > 10-20......2589
    > 20-30......922
    > 30-40......11
    >
    >
    > So, all I know is how many values are in each bin (not what the values
    > are themselves). Does that mean I have to type in an arbitrary value
    > of the 2nd bin 2589 times in order for Excel to understand what I'm
    > looking for? Anyone know of a shorter way? Thanks.
    >
    >
    > --
    > Embee
    > ------------------------------------------------------------------------
    > Embee's Profile: http://www.excelforum.com/member.php...o&userid=31455
    > View this thread: http://www.excelforum.com/showthread...hreadid=511415
    >
    >


+ 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