Data Science: Inferential Thinking through Simulations (edX)

Data Science: Inferential Thinking through Simulations (edX)
Learn how to test hypotheses, draw inferences, and make robust conclusions based on data. Using real-world examples from a wide range of domains including law, medicine, and football, you’ll learn how data scientists make conclusions about unknowns based on the data available. In this course, you will learn the framework for statistical inference and apply them to real-world data sets.

Often, the data we have are not complete, yet we’d still like to draw inferences about the world and quantify the uncertainty in our conclusions. This is called statistical inference.

Notably, you will learn how to conduct hypothesis testing—comparing theoretical predictions to actual data, and choosing whether to accept those predictions. You will utilize the power of computation to conduct simulations by which you can evaluate theories or hypotheses about how the world works. This course will teach you the power of statistical inference: given a random sample, how do we predict some quantity that we cannot observe directly?

You will also learn how to by quantifying the uncertainty in the conclusions you draw from hypothesis testing. This helps assess whether patterns that appear to be present in the data actually represent a true relationship in the world, or whether they might merely reflect random fluctuations due to chance. Throughout this course, we will go over multiple methods for estimation and hypothesis testing, based on simulations and the bootstrap method. Finally, you will learn about randomized controlled experiments and how to draw conclusions about causality.

The course emphasizes the conceptual basis of inference, the logic of the decision-making process, and the sound interpretation of results.

This course is part of the Foundations of Data Science Professional Certificate program.


What you'll learn

- The logical and conceptual frameworks of statistical inference

- How to conduct hypothesis testing, permutation testing, and A/B testing

- The purpose and power of resampling methods

- Relations between sample size and accuracy

- P-values, quantifying uncertainty, and generating confidence intervals using the bootstrap method

- How to interpret the results from hypothesis testing


Prerequisites
Data Science: Computational Thinking with Python .