in reply to Re: build a distribution
in thread build a distribution
Dear roboticus,
Thank you for your helpful remarks. I have inserted code tags.
I'll try to clarify my task. I would like to separate the scored lengths into certain intervals. For example for the following data I would like to count the number of items that are less then 10, then the number of items between 10 and 20, 20 and 30, 30 and 40 and so on. Actually I need to build several distributions with different degree of detalisation. So the possible length of interval except 10 might be various 2, 6, 12 and and so on.3 3 5 7 8 8 12 13 15 16 20 25 34 34 31 38 40 40
the actual output should be something like this:
Thank you once more.0-10 6 items 10-20 5 items 20-30 1 item 30-40 6 items
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: build a distribution
by roboticus (Chancellor) on Aug 07, 2010 at 14:28 UTC | |
by Grig (Novice) on Aug 07, 2010 at 18:29 UTC | |
by roboticus (Chancellor) on Aug 07, 2010 at 20:38 UTC | |
|
Re^3: build a distribution
by toolic (Bishop) on Aug 07, 2010 at 14:29 UTC |