Can the Name Age Calculator guess how old you are?


Published on August 14, 2015 by Dr. Randal S. Olson

age calculator baby names FiveThirtyEight Social Security Administration

3 min READ


Can you guess someone's age when all you know is their first name? That was the crazy idea behind one of FiveThirtyEight's articles last year, and their surprising answer is, "Yes."

The idea behind guessing someone's age based on their name is simple: There exists an openly-accessible database of when everyone in the U.S. was born and what they were named. If we add in the U.S. actuarial tables, which provides us with estimates of how many men and women born each year are still alive today, we can get a rough estimate of the age distribution of people with a given name.

Take Joseph, for example:

silver-feature-joseph2

As the FiveThirtyEight team writes:

Joseph has been one of the most enduring American names; it’s never gone out of fashion. So knowing that a man is named Joseph doesn’t tell you very much about his age. The median living Joseph is 37 years old, and the interquartile range (that is, the range spanning the 25th through 75th percentiles) runs from 21 to 56. In other words, a quarter of living Josephs are older than 56 and a quarter are younger than 21; the rest are somewhere in between. Not very helpful.

Not very helpful indeed. However, this method shines for most names because names tend to go through short trend cycles. Brittany, for example, was popular name for girls in the 1980s and 1990s, but waned in the 2000s. Since most of those Brittanys are still alive, we can take a guess that someone named Brittany is somewhere between 19 and 25 years old in 2015 -- a pretty good guess considering we know nothing else about Brittany.

silver-feature-brittany3

The FiveThirtyEight team went on to analyze a bunch of other names and identify several interesting trends, but at the end of the article I wanted to look up my own name to see how well this method works for me.

Since I was already analyzing the entire baby name database anyway, I decided to make a web tool out of FiveThirtyEight's methods and called it the Name Age Calculator: Enter your name and gender, and it will make a best guess at how old you are.

name-age-calculator-randy

Click here to look up your name on the Name Age Calculator

I was a little disappointed to see that the method didn't work well for my name after all, but it nails the age of my father, who I was named after. So the Name Age Calculator indirectly got it right.

The rise of the *aydens is pretty accurately captured:

name-age-calculator-jayden

As is our recent fascination with Game of Thrones:

name-age-calculator-khaleesi

There's plenty of other fun trends to explore. Have fun looking up your name, your family's names, and your friend's names. How close is it to guessing your name?


If you'd like to tinker with the code or send in a bug report (or better yet, a bug fix!), I've open sourced the code on GitHub here.

Caveats

As with any data analysis project, there are some important caveats to this project.

For one, previous research on the Social Security Administration baby name database suggests that records prior to 1940 are estimates and should be taken with a grain of salt. However, records after 1985 are based on actual Social Security records and are quite reliable.

Another methodological caveat to this project is that the actuarial tables don't break down survivorship by name, and it's likely that people with certain names don't live as long as others due to various socioeconomic factors. There isn't much we can do about that, though, since the only input the web app receives is your name.