Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have large data sets with frequencies already determined. Column 1 is the
'bin' value; column 2 is the frequency which that bin value appears in the data set. There are 200-300 bin values; frequencies range from 0 to 500. Total frequencies (total data pointsin data set) are 10 to 20,000. Needed is to determine descriptive stats for these data sets. Excel requires all data points to be in same column or row,all lised out; not already binned. Getting mean is easy, I set column 3 = column 1* column 2; sum that; divide by sum of colunn 2. But, getting skew, kurtosis,etc.. is tough. any suggestions? douglas |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Douglas,
Use the Analysis Toolpack ... hich does it all .. and even more ... Make sure to have it up and running, in the main menu Tools Add-ins HTH Cheers Carim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Analysis ToolPak Regression Analysis Help Requested | Excel Worksheet Functions | |||
Generating blank or null cells that the Histogram Data Analysis tool will ignore | Excel Worksheet Functions | |||
I was creating a histogram; now i have data but no histogram. | Excel Worksheet Functions | |||
How to Histogram w/o raw data but histogram Table on Excel | Charts and Charting in Excel | |||
how to use histogram in vba code - analysis toolpack | Excel Programming |