• Home
  • Announcements & Surveys
  • About
  • Contact

Probabilistic World

  • Probability Theory & Statistics
    • Fundamental Concepts
    • Measures
    • Probability Distributions
    • Bayes’ Theorem
  • General Math Topics
    • Number Theory
    • Algebra
    • Discrete Mathematics
      • Combinatorics
      • Cryptography & Cryptanalysis
  • Applications

The Birthday Problem: Python Simulation

Posted on August 17, 2020 Written by The Cthaeh 6 Comments

UEFA Nations League semi-final between Netherlands and England (prematch, 06/06/2019), with Python code related to the birthday problem in the background

In my last post, I introduced you to the so-called birthday problem. Namely, the probability of having at least one birthday coincidence in a random group of people. I showed you how to approach the question analytically by deriving a simple formula for calculating this probability.

In this post, I want to show you an alternative way of getting the same probability using a computer simulation with the programming language Python!

This post is part of my series Probability Questions from the Real World.

[Read more…]

Filed Under: Applications, Probability Theory & Statistics Tagged With: Discrete uniform distribution, Law of large numbers, Python

The Bernoulli Distribution: Intuitive Understanding

Posted on May 5, 2020 Written by The Cthaeh 1 Comment

A portrait of Jacob Bernoulli with a 17th century Swiss coin in the background

In today’s post, I’m going to give you intuition about the Bernoulli distribution. This is one of the simplest and yet most famous discrete probability distributions. Not only that, it is the basis of many other more complex distributions.

This post is part of my series on discrete probability distributions.

[Read more…]

Filed Under: Probability Distributions Tagged With: Bernoulli distribution, Coin flip, Law of large numbers, Mean, Probability mass, Variance

Mean and Variance of Probability Distributions

Posted on August 28, 2019 Written by The Cthaeh 13 Comments

In my previous post I introduced you to probability distributions.

In short, a probability distribution is simply taking the whole probability mass of a random variable and distributing it across its possible outcomes. Since every random variable has a total probability mass equal to 1, this just means splitting the number 1 into parts and assigning each part to some element of the variable’s sample space (informally speaking).

In this post I want to dig a little deeper into probability distributions and explore some of their properties. Namely, I want to talk about the measures of central tendency (the mean) and dispersion (the variance) of a probability distribution.

[Read more…]

Filed Under: Probability Distributions Tagged With: Expected value, Law of large numbers, Mean, Probability density, Probability mass, Variance

Introduction to Probability Distributions

Posted on August 16, 2019 Written by The Cthaeh 7 Comments

If you want to take your understanding of probabilities to the next level, it’s crucial to be familiar with the concept of a probability distribution.

In short, a probability distribution is an assignment of probabilities or probability densities to all possible outcomes of a random variable.

For example, take the random process of flipping a regular coin. The outcome of each flip is a random variable with a probability distribution:

  • P(“Heads”) = 0.5
  • P(“Tails”) = 0.5

Depending on the type of random variable you’re working with, there are two general types of probability distributions: discrete and continuous. In this post, I’m going to give an overview of both kinds. And in follow-up posts I’m going to individually introduce specific frequently used probability distributions from each kind.

[Read more…]

Filed Under: Probability Distributions Tagged With: Law of large numbers, Probability axioms, Probability density, Probability mass, Sample space

Intuitive Explanation of Expected Value

Posted on November 24, 2018 Written by The Cthaeh 20 Comments

A pile of poker chips and a few dice

Expected value is another central concept in probability theory. It is a measure of the “long-term average” of a random variable (random process). I know this doesn’t sound too clear, but in this post I’m going to explain exactly what it means.

There are many areas in which expected value is applied and it’s difficult to give a comprehensive list. It is used in a variety of calculations by natural scientists, data scientists, statisticians, investors, economists, financial institutions, and professional gamblers, to name just a few.

[Read more…]

Filed Under: Fundamental Concepts, Measures Tagged With: Coin flip, Expected value, Law of large numbers, Mean

The Law of Large Numbers: Intuitive Introduction

Posted on November 13, 2018 Written by The Cthaeh 17 Comments

The silhouette of an infinity symbol
The law of large numbers is one of the most important theorems in probability theory.  It states that, as a probabilistic process is repeated a large number of times, the relative frequencies of its possible outcomes will get closer and closer to their respective probabilities.

For example, flipping a regular coin many times results in approximately 50% heads and 50% tails frequency, since the probabilities of those outcomes are both 0.5.

The law of large numbers demonstrates and proves the fundamental relationship between the concepts of probability and frequency. In a way, it provides the bridge between probability theory and the real world.

[Read more…]

Filed Under: Fundamental Concepts, Probability Theory & Statistics Tagged With: Coin flip, Law of large numbers

  • 1
  • 2
  • Next Page »

Sign Up For The Probabilistic World Newsletter

Enter your email below to receive updates and be notified about new posts.

Follow Probabilistic World

  • Facebook
  • Twitter
  • YouTube

Recent posts

  • Numeral Systems: Everything You Need to Know
  • Introduction to Number Theory: The Basic Concepts
  • Cryptography During World War I
  • Mean and Variance of Discrete Uniform Distributions
  • Euclidean Division: Integer Division with Remainders

Probabilistic World