|
|
Hollywood Names Statistics
Stanislav Ogryzkov, 10 July 2006
Having a huge database on movies, their actors (7345 people) and directors (939 people) in the Russian part of the website, it would be an omission not to perform some statistical analysis on it. So I decided to write a mini article with such an analysis using the following algorithm:
- Russian names were removed from the lists of actors/actresses and directors only 5498 actors and 725 directors left, most of who are from Hollywood.
- The shorter lists of actors/actresses and directors were united with removing duplicates (the cases when an actor is a directors at the same time) the general list of 6163 people was created.
- The united list of actors/directors was transformed to the list of their first names with frequency numbers specified the list of 2408 names was created then.
- The final list was sorted by descending frequency numbers, and the frequency percentage was specified for each.
Below there are first 10 leading names of the final list:
| # |
Name |
Count |
% |
1 2 3 4 5 6 7 8 9 10
| David John Michael Peter James Robert Richard Paul Tom Chris
| 105 105 100 66 64 56 54 46 38 38
| 4.36 4.36 4.15 2.74 2.66 2.33 2.24 1.91 1.58 1.58
|
|
Total |
2408 |
100.00 |
|
|
As it can be seen from the table, the frequency percentage of each name is not very great but this is explained by a great number of one-time names (those found in the general list only once). However, even such statistics reflects the real situation with popularity of names not only in Hollywood but also in the whole West (male names are the leaders though female names were also in the list). P.S. The list is generated dynamically each time this page is browsed so there may be some changed in it as Movies project of the Russian part is developed. |
Bookmark & Share
|