Re: How to identify flat (even) distributions?



On Dec 10, 8:27 am, Steve555 <foursh...@xxxxxxxxxxxxxx> wrote:
Hi

If I have 1000 people and their opinion ratings for, say, 100 songs
each (on a scale 1-10) How do I test for those users that have rated
10 1s, 10 2s, 10 3s etc i.e. a flat distribution?
I know I can use standard deviation to spot those that tend to give
the same rating, or polar extremes, but there's nothing uniquely
identifiable about the SD for these 'flat' users.

I'm writing a program in C to find these; I know I could brute-force
count the frequencies to find them, but hoped there might be a
statistical measure of this.

Thanks

Steve

Try Simpson's Reciprocal Index: k' = (sum f_i)^2 / (sum f_i^2),
where f_i is the number of ratings in category i.

1 <= k' <= k, where k is the number of available categories.

k' may be thought of as the "effective" number of categories
over which the ratings are uniformly distributed.

But note that the categories are treated as unordered.
.



Relevant Pages

  • Re: Rate it exercise- WOAD
    ... was released by Bruce Springsteen. ... nor does your argument that ratings ... 1-10 scale doesn't normally draw many ... Darkness, The River, WIESS, GFAP etc? ...
    (rec.music.artists.springsteen)
  • Re: Mini Review - Clio 197
    ... This is a vague guess at scale ratings; ... Passat diesel =9.5 - (10 if in beige with pimp glass and cupholders). ... I'll have to dream up a rating scale that's more useful while I'm away. ...
    (uk.rec.cars.modifications)
  • Re: Mini Review - Clio 197
    ... Bugatti Veyron = 6 - marked down for economy and cupholders ... Passat diesel =9.5 - (10 if in beige with pimp glass and cupholders). ... I'll have to dream up a rating scale that's more useful while I'm away. ... Ratings on dash squidginess, Italinate driving positions, cupholder ease ...
    (uk.rec.cars.modifications)
  • Re: Bang for the Buck results (B4B 07) --> Solution to the ever popular "is a game worth $x
    ... I like what was done too, thought I thought some form a scale with the ... ratings may be appropriate. ... can just factor in reliability on thier own since it is more era ... If you captured the raw data I might be ...
    (rec.games.pinball)
  • Re: How to identify flat (even) distributions?
    ... each (on a scale 1-10) How do I test for those users that have rated ... I know I can use standard deviation to  spot those that tend to give ... count the frequencies to find them, but hoped there might be a ... where f_i is the number of ratings in category i. ...
    (sci.stat.math)

Loading