cover image

Gibrat's Law explains why proportional growth processes create lognormal distributions across economics, biology, and social systems.

cover image

Let's clarify this important statistical pattern and understand its significance in analysis.

cover image

This article is your ultimate guide to understanding them gently and illustratively.

cover image

Understanding probability distributions in data science is crucial. They provide a mathematical framework for modeling and analyzing data.

cover image

Discover the origins, theory and uses behind the famous t-distribution

cover image
Understanding The Hypergeometric Distribution
22 Jun 2023
towardsdatascience.com

Breaking down one of the less well-known distributions in data science

cover image
Fully Mastering Fisher’s Exact Test for A/B Testing
30 Jul 2022
towardsdatascience.com

While Fisher’s exact test is a convenient tool for A/B testing, the idea and results of the test are often hard to grasp and difficult to…

cover image
DAGs and Control Variables
21 Jun 2022
link.medium.com

How to select control variables for causal inference using Directed Acyclic Graphs

cover image
Statistical T-Test Simply Explained
17 Mar 2022
towardsdatascience.com

An introduction to the Student’s t-distribution and the Student’s t-test

cover image
Log-normal Distribution — A simple explanation
19 Feb 2022
towardsdatascience.com

How to calculate μ & σ, the mode, mean, median & variance

cover image

Most human activities as well as many disciplines — from physics and biology to linguistics, finance, and computer science — follow a Pareto distribution instead of a “normal” Gaussian curve. In Pareto distributions, a small change in one variable is associated with a large change in another, because it reflects variables multiplied with each other rather than added to each other, as in the normal distribution. This is also referred to as a “power law.” This isn’t an obscure intellectual point, but instead carries serious practical consequences. Because of this error, our approach to most problems is, at best, suboptimal. What does this mean for business leaders? The author presents three practical implications for innovation, risk management, and people.

cover image
Probability Distributions with Python’s SciPy
23 Oct 2021
towardsdatascience.com

How to Model random Processes with Distributions and Fit them to Observational Data

This post explains how those numbers were derived in the hope that they can be more interpretable for your future endeavors.

cover image

Standard Deviation is one of the most underrated statistical tools out there. It’s an extremely useful metric that most people know how to calculate but very few know how to use effectively.