Giter VIP home page Giter VIP logo

12.01's Introduction

Statistical Distributions - Introduction

Introduction

This is the second of two sections covering foundational statistical concepts. Now that you have covered the essential set theory and probability theory, you'll learn more about the formal ways to represent statistical distributions.

Descriptive to Inferential Statistics

Previously in the course, you learned about the descriptive statistics used to describe a distribution of data โ€” in particular, measures of centrality (e.g. mean, median) and measures of spread (e.g. variance, standard deviation).

In most real-world data science contexts, you will not have access to complete information about a distribution of data. Instead, you will have a sample. In order to make claims about the complete population of data, you'll need to perform inference (i.e. "inferential statistics") using the available sample data.

Statistical Distributions

In order to understand how to make these inferences, first you'll need some additional understanding of different kinds of distributions, how they relate to the underlying data types being represented (discrete vs. continuous), and how we represent them formally using the math notation introduced in the previous section.

In particular, we'll look at ways of representing probability distributions using the Probability Mass Function (for discrete data) and Probability Density Function (for continuous data), as well as another statistical distribution represented by the Cumulative Distribution Function.

We'll also dig into some of the specific distributions that data points often fall into, including the Binomial and Bernoulli distributions (for discrete data) and the Normal distribution (for continuous data). We'll conclude by introducing the concepts of skewness and kurtosis, which help to quantify how "un-normal" a given distribution is.

Appendix

There are far more statistical distributions than we have time to cover in this course. If you are interested in digging deeper into distributions, you can find additional content in the Appendix.

Summary

In this section, we're going to connect the descriptive statistics concepts from earlier in the course to the set theory and probability theory from the previous section, to provide a foundation for inferential statistics.

12.01's People

Contributors

hoffm386 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.