learn-co-students / dsc-1-08-06-introduction-to-combinatorics-online-ds-ft-041519

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Combinatorics

Introduction

As an aspiring data scientist, it is important to know the foundations of probability and combinatorics, as these areas form the backbone of many concepts in data science. In the following lessons and labs, you'll get a gentle introduction to several concepts that are related to probability, like sets, combinations and permutations.

Objectives

You will be able to:

  • Learn about some popular applications for probability

What is probability, and how does it relate to data science?

Probability is the chance that a certain event will happen, in other words, how "likely" it is that some event will happen.

As data science often uses statistical inference to analyze or predict certain events or trends, knowing probability and its applications is important, because statistical inference uses probability distributions of the data. Although it might take a little more time for you to understand just how important the foundations of probability are for data science, by the end of the first part of the probability section, you'll be able to answer questions like:

  • How likely is it to end up with heads when flipping a coin once? (the answer here is 50% - not very surprising)

  • How likely is it to end up with exactly 2 x heads and 3 x tails when flipping a coin 5 times?

  • How likely is it to throw Tails first, then Head, then Tail, Head and Tail when flipping a coin 5 times?

Summary

Now, let's dive deeper into the understanding of sets. Getting these concepts will make calculating your first probabilities much easier!

About

License:Other


Languages

Language:Jupyter Notebook 100.0%