7263 Booths
7263 Booths
Especially as the influence of data and its analysis grows, statistics has
become more important than ever. Learning statistics will give you better
insight into how “statistical analyses” come to be: through the
concentration, you can learn what a p-value is, what confidence intervals in
political polls capture, how to compute how much you’ll win from a
gambling game, what linear regression is really “doing,” and much more.
From our own experience (and this can easily be confirmed by most people
at Harvard), the things you’ll learn in the statistics department are super
useful – and often necessary – for CS classes (e.g., CS 121, 124, 181, etc.),
for econ classes (e.g., Ec 1011, 1123, 1126), for internships/interviews/jobs
(e.g., in finance, SWE, biotech, data science), and for so many other things
that we simply don’t have room to list here.
Besides this, we’ve found – and we hope you will too – that statistics is a
beautiful way of using math to learn about the world and other subjects.
You’ll also find that learning other subjects makes you a better statistician.
Courses in Statistics and Related Fields
Mathematics
Math forms the backbone of statistics, and a solid foundation in linear
algebra and calculus is extremely helpful and almost necessary for most
statistics courses at the level of Stat 110 and beyond.
Given that differential calculus is a prerequisite for Stat 110, if you have
never seen this material (or are very rusty), you should take this class. In
particular, if you didn’t take AP Calculus BC, then you probably will have
to take this class. If you took it but are rusty, then refer to your Math
Placement test to see if you still need to take it. In any case, before taking
Stat 110, it would be helpful to at least review derivative rules and the
fundamental theorem of calculus, as well as integral rules.
Computer Science
Statistics
For many students, this may be their first exposure to probability theory—
while statistics courses like AP Statistics and Stat 100 focus more on
practical applications of statistics for the purpose of data analysis, Stat 110
provides you with the theoretical probability toolbox that you’ll need to be
able to understand and quantify randomness and uncertainty in the world.
As opposed to Stat 110, most of the problem sets involve some coding in R
(you can also use Python, but there isn’t as much support). It’s not
necessary at all though to be familiar with R; if you’re familiar at all with
coding, you’ll pick up R skill through the class. GUSH also typically runs a
short R workshop before the class begins.
The main prerequisite for Stat 111, unsurprisingly, is Stat 110. The course
assumes deep familiarity with the content from Stat 110 (in particular,
details about the named distributions from Stat 110 and tools like Adam’s
law and Eve’s law).
Familiarity with Stat 110, 111, and 139 is helpful for understanding and
applying (in R) the tools in Stat 117.
Make sure you’re solid on your Stat 110 content: familiarity with your Stat
110 distributions and stories, Adam’s/Eve’s law, LOTUS, etc. is assumed. .
Math at the level of real analysis is essentially necessary, and knowing some
measure theory from Math 114 can be super helpful.
The concentration itself is built upon the foundational courses Stat 110
(Introduction to Probability) and Stat 111 (Introduction to Statistical
Inference), which all concentrators are required to take for a letter grade by
junior year (they’re also often official or unofficial prerequisites for
electives). Stat 139, which teaches concentrators to implement and
interpret many frequently used statistical techniques, is also required for
all concentrators.1
1
It’s also possible to replace Stat 110 and/or Stat 111 with their graduate course
equivalents, Stat 210/211, though almost all students will take the undergraduate
version(s) before the graduate version(s). Similarly, it’s possible to replace Stat 139
with its graduate equivalent, Stat 244.
Planning Your Statistics Courses
There’s no single “correct” or “best” way, timeline, or pace to take statistics
courses at Harvard. Some people will come to Harvard with tons of math
experience and already determined to do statistics – which is great if that’s
the case – but so many (more than you’d expect!) eventual statistics
concentrators come to Harvard not yet ready to dive right into statistics
courses, whether it be because of their math background or their academic
interests at the time. This is 200% fine, and it is 300% possible to finish the
statistics concentration, even if you find later in college that you want to
concentrate in statistics. For the sake of hopefully providing some clarity,
we’ve listed some considerations for timing your courses, but these are in
no way authoritative, necessary, required, or even suggestions:
Freshman Year:
Freshman year can be a great time (a) to explore various courses related to
(and unrelated to!) statistics and (b) to take math courses to satisfy the
math requirement and prepare for statistics courses. There’s no need to
take a statistics course in your freshman year if it doesn’t make sense for
you, but some future concentrators will take:
● Stat 100. Stat 100 is an application-driven introduction to
statistics. While the course is not a required course for the
concentration, it does (a) count toward the total number of
statistics courses required for concentrators, (b) give good practice
with R that can be helpful for Stat 111, and (c) help introduce
what statistics is. It is, however, very different from Stat 110 and
Stat 111 in terms of style and content – it should not be thought
of as a prerequisite for those courses.
● Stat 110. Some students with strong math backgrounds will take
Stat 110 their freshman year. If you’re one of these students, it’ll
give you a nice head start and give you early exposure to statistics,
but we want to reiterate that most students do not take Stat 110
until sophomore year or later.
● Math courses. Stat 110 will require some familiarity with calculus,
so it can be helpful for students to take Math 1a and 1b in their
freshman year if they are rusty or have not taken calculus in high
school. A proactive student can take Stat 110 with just Math 1a
(or Ma/Mb) under their belt: note that the calculus portion of
110 requires knowledge of integration and some knowledge of
series and Taylor expansions.
Students placed into Math 21+ will often take one of Math 21ab,
22ab, 25ab, 55ab: these satisfy the concentration’s two course
math requirements of linear algebra and multivariate calculus/real
analysis. Additionally, while Stat 110 doesn’t require formal
knowledge of proofs, having experience with proof-based
reasoning can be helpful for Stat 110.
Student starting in 1a
For the application, you’ll need to fill out a plan of study, meet with Dr.
Glickman (the director of the concurrent master’s program in statistics)
and get two letters of recommendation. The two letters of
recommendation sound much scarier than they actually are: usually, the
statistics department just wants them to vouch for your ability to finish the
concurrent master’s program.
Statistics is not the only field in which you can pursue the concurrent
master’s program. A number of SEAS fields (e.g., computer science,
applied math, applied physics) have A.B./S.M. concurrent master’s
programs, and there are also a handful of other fields in GSAS (e.g., pure
math) that offer the A.B./A.M. concurrent master’s.
Research
Getting involved in research can be a super valuable and rewarding way to
augment the rest of your statistics journey at Harvard. Broadly speaking,
research is split into applied research and theoretical research (though this
split isn’t as clean as we might make it seem). Below, we outline what
applied and theoretical research look like, but we want to emphasize that
research – by its very nature – is highly variable, so your experience may
not perfectly match our descriptions.
Applied Research
Applied research often consists of writing code to clean, analyze, and
visualize complex datasets. Often, you’ll work with a PI (often a faculty
member), postdocs, and graduate students to accomplish data-related
tasks, such as producing tables and figures, implementing estimators and
algorithms, and performing exploratory analyses.
The process of applied research is often very iterative: you’ll write code to
accomplish some task, get feedback on what changes to your result might
be desirable, and then figure out how to adjust your code to accomplish
these changes.
Theoretical research can seem daunting at first, but in some ways, it’s not
too different from a problem set for a theory class. Usually, you’ll have
small things that you try to prove between each meeting with an advisor;
research meetings can then be used to think through tricky parts of a proof
with your advisor and review the general direction of a research project.
Faculty/Department Funding
A few faculty/labs are able to pay research assistants directly for the work
that they do, though this is more common in departments outside of
statistics and happens more often for applied research (e.g., many
economics professors pay their RAs on an hourly basis). Often, even these
groups will still ask undergraduate RAs to apply for funding (i.e., the
opportunities listed below).
Stat 91r
Stat 91r is one way to receive concentration credit for term-time research.
It must be taken as SAT/UNS and can count as one of the related courses
for the concentration. To “take” Stat 91r, you’ll need to already have a
faculty advisor, fill out the Stat 91r proposal form, receive permission from
Dr. Rader, and enroll in the course. There isn’t actually any formal course
content; rather, at the end of the semester, your faculty advisor will give
you a SAT or UNS grade.
Notably, you may not enroll in Stat 91r and be paid for your research work.
i.e., you cannot be enrolled in Stat 91r and receive a stipend from HCRP.
HCRP/Herchel Smith
HCRP is a research stipend offered by Harvard for term-time (up to
$1000) or summer research (up to $6000) supervised by a Harvard faculty
member. The HCRP application consists of a research plan (4-5
double-spaced pages) that outlines your project’s objectives, importance,
and methods and a letter of recommendation written by the faculty
member who will supervise your research.
Students receive room and board for the summer and a moderate stipend
(around $3000). HSURV puts a great emphasis on the community aspect
of the program: Harvard pays for various activities throughout the
summer that are separate from research (e.g., trips to amusement parks,
attractions, festivals), there are (required) opening and closing dinners, and
students all live in the same house for the duration of the summer (e.g.,
most years, all students live in Winthrop).
Acknowledgements
This guide itself is massively inspired by the SPS Guide to Physics and the
Harvard Chemistry Club’s Guide to Chemistry, and we can only hope to
provide a portion of the guidance that those manuals have given students
over the years.
This guide wouldn’t have been possible without the invaluable help from a
great number of individuals who volunteered their time to give helpful
feedback, write blurbs for classes, and provide suggestions.
GUSH takes responsibility for any mistakes made in this guide and
caution that much of the text in this guide is opinion and is based on our
own experiences during our times at Harvard; i.e., you might have a
completely different experience than us!