Consulting

Results 1 to 4 of 4

Thread: Types of Data Distributions

  1. #1

    Types of Data Distributions

    Hello All,

    This may be more of a math question, than an Excel question, however I'm running some analytics in Excel so I figured this was the best place to ask.

    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.

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Right, that is beyond what we deal with here.

    Some other methods you can look at are shown in: http://en.wikipedia.org/wiki/Histogram

  3. #3
    Thanks for the clarification. Figured I would ask!

  4. #4
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Another site for alternatives is: http://robjhyndman.com/papers/sturges.pdf

    This one shows how to do both Rices and Sturgess: https://www.mne.psu.edu/me345/Lectures/Histograms.pdf

    This link has an Excel file where you can use that method and 2 others. http://www.prostatservices.com/stati...tistical-tools

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •