#1   Report Post  
Posted to microsoft.public.excel.misc
Embee
 
Posts: n/a
Default 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.


--
Embee
------------------------------------------------------------------------
Embee's Profile: http://www.excelforum.com/member.php...o&userid=31455
View this thread: http://www.excelforum.com/showthread...hreadid=511415

  #2   Report Post  
Posted to microsoft.public.excel.misc
zhj23
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Jerry W. Lewis
 
Posts: n/a
Default 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:A92 2))*AVERAGE(20,30),ISNUMBER(ROW(A1:A11))*AVERAGE(3 0,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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wrap Text issue jsAlpha Excel Discussion (Misc queries) 2 January 5th 06 01:56 PM
Charts appear snowy (e.g., tv) unless clicked on. Memory issue? Vlookup help Charts and Charting in Excel 1 December 12th 05 09:17 PM
File Opening Issue in 2003! NEvans8993 Excel Discussion (Misc queries) 0 December 9th 05 11:08 AM
Issue with zero/# issue!! drvortex Excel Worksheet Functions 4 December 6th 05 06:22 PM
vlookup issue ( not working and im tearing my hair out) me+excel=crazy Excel Discussion (Misc queries) 6 November 19th 05 10:49 PM


All times are GMT +1. The time now is 05:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"