c***@gmail.com
2014-12-30 13:52:07 UTC
Hello All,
This is a combination of an Excel and a Statistics question.
I'm given various types of distributions and asked to group them into like "buckets" or "tiers". So for example, (and this will vary every time) if I'm given a list of sales data for 300+ locations, I'm trying to get them into groups.
Here's my formulas so far:
J4 = # of Locations: 377
J5 = # of Bins: =ROUNDUP(LOG(J4,2)+1,0)
J6 = Bin Size: = (J7-J8)/J5
J7 = Max of Data Distribution = max(sales data) = 663
J8 = Min of Data Distribution = min(sales data) = 176
My question is:
Does anyone know any other methods for estimating the number of bins? The methodology I'm using above is called Sturges' formula.
How would other methods fit into my variables above?
Thanks to All and let me know if I can clarify anything further.
This is a combination of an Excel and a Statistics question.
I'm given various types of distributions and asked to group them into like "buckets" or "tiers". So for example, (and this will vary every time) if I'm given a list of sales data for 300+ locations, I'm trying to get them into groups.
Here's my formulas so far:
J4 = # of Locations: 377
J5 = # of Bins: =ROUNDUP(LOG(J4,2)+1,0)
J6 = Bin Size: = (J7-J8)/J5
J7 = Max of Data Distribution = max(sales data) = 663
J8 = Min of Data Distribution = min(sales data) = 176
My question is:
Does anyone know any other methods for estimating the number of bins? The methodology I'm using above is called Sturges' formula.
How would other methods fit into my variables above?
Thanks to All and let me know if I can clarify anything further.