Skip to content

learn-co-students/dsc-2-19-01-introduction-online-ds-ft-100118

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Introduction

This lesson summarizes the topics we'll be covering in section 19 and why they'll be important to you as a data scientist.

Objectives

You will be able to:

  • Understand and explain what is covered in this section
  • Understand and explain why the section will help you to become a data scientist

Distributions and Sampling

In this section, we're returning to statistics to broaden and deepen our understanding of distributions and sampling.

Statistical Distributions

We're going to start by reviewing what we've learned about Uniform, Normal and Binomial distributions and look at real world use cases for problem solving using statistical distributions. We then introduce the Negative Binomial distribution and the kinds of questions it can be used to answer. Next up, we look at the Geometric distribution and how it can be used to calculate the probability distribution of repeated, independent events.

After some practice working with Negative Binomial and Geometric distributions, we then introduce the Poisson distribution and how it can be used to predict things like the number of times a given event might happen within a time period.

We finish up the distributions section by introducing the Exponential distribution. In some ways it can be thought of as the inverse of a Poisson distribution, allowing us to answer questions about the amount of time it might take before a given event occurs.

Sampling

Next, we provide an introduction to the idea of sampling - selecting a subset of a population to survey. Then we introduce the central limit theorem and how it can be used for parameter estimation. We then start to introduce some statistics related to sampling, explaining and showing how to calculuate the standard error.

From there, we then go on to introduce and calculate confidence intervals, and see how we can use T-distributions to calculate confidence intervals when we don't know the standard deviation of the population.

Summary

While some of this material may seem a little dry, a deep understanding of and intuition for distributsions and sampling will be important to avoid making mistakes in your EDA, feature selection and modeling work which could lead to faulty predictions from your models.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published