Of all the ratings in the Fargo database, can anyone tell me the average (mean) and median values FRs?
Do you have a chart showing the distribution? If I guess that maybe 80% of your population is between 450 to 550 Fargo - is there a way to check this guess?Amongst players with an established rating, it is mean (average) 469, median (middle person) 471
Do you have a chart showing the distribution? If I guess that maybe 80% of your population is between 450 to 550 Fargo - is there a way to check this guess?
Thank you!!!!Amongst players with an established rating, it is mean (average) 469, median (middle person) 471
For those interested, but were not able to do the math in the formula Mike gave - about 78% of the players in the Fargo database have Fargo less than 550 and 43% have Fargo less than 450 so 78-43 =35% have Fargo between 450 and 550.It's about 35% between 450 and 550 (shown). If you have excel, you can input this formula
=NORM.DIST(550,469,106,TRUE)-NORM.DIST(450,469,106,TRUE)
106 is the standard deviation, and this gets the fraction under 550 and subtracts from it the fraction under 450.