- Joined
- Dec 25, 2023
- Messages
- 369
- Likes
- 343
I was interested in seeing the demographics of ASR's userbase to know what kind of people we're dealing with here. However, it's hard to get this information since there's no statistics page providing it. So, I wrote a Python script to scrape all 77K user profiles and gather the ages of everybody who provides it just to see what kind of data we're dealing with. I then analyzed it and got these beautiful statistics.
Age summary (all in years)
Mean: 47.8
Mode: 44
Median: 46
1st quartile: 37
3rd quartile: 58
StDev: 14.9
Total count: 51666
Looks good, but that doesn't really tell us much other than that the average ASR user is in their 40s. How about a histogram?
From here, we see that the most common ages are in the 40s. The distribution is also heavily skewed to the right. Note that this is just the ages of those who made it publicly available, so the real distribution might be different. I don't know why there are these weird peaks that dwarf everything else.
Now you know how old ASR's users are!
Age summary (all in years)
Mean: 47.8
Mode: 44
Median: 46
1st quartile: 37
3rd quartile: 58
StDev: 14.9
Total count: 51666
Looks good, but that doesn't really tell us much other than that the average ASR user is in their 40s. How about a histogram?
From here, we see that the most common ages are in the 40s. The distribution is also heavily skewed to the right. Note that this is just the ages of those who made it publicly available, so the real distribution might be different. I don't know why there are these weird peaks that dwarf everything else.
Now you know how old ASR's users are!
Last edited: