• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar
  • My Store
  • Glossary
  • Home
  • About Me
  • Contact Me

Statistics By Jim

Making statistics intuitive

  • Graphs
  • Basics
  • Hypothesis Testing
  • Regression
  • ANOVA
  • Probability
  • Time Series
  • Fun
  • Calculators

distributions

Median Absolute Deviation: Definition, Finding & Formula

By Jim Frost Leave a Comment

What is the Median Absolute Deviation?

The median absolute deviation is a measure of variability that indicates the typical distance between observations and the median. Unlike the mean absolute deviation, which uses the average, this method centers on the median, making it more resistant to outliers. The result uses the same units as the data, which helps with interpretation. Larger values signify that the data points spread further from the median, while lower values mean they cluster more tightly around it. Statisticians frequently abbreviate it as MAD, but sometimes use MADM to avoid confusion with the mean absolute deviation. [Read more…] about Median Absolute Deviation: Definition, Finding & Formula

Filed Under: Basics Tagged With: choosing analysis, conceptual, distributions

Goodness of Fit: Definition & Tests

By Jim Frost 2 Comments

What is Goodness of Fit?

Goodness of fit evaluates how well observed data align with the expected values from a statistical model. [Read more…] about Goodness of Fit: Definition & Tests

Filed Under: Basics Tagged With: conceptual, distributions, interpreting results

Binomial Distribution Formula: Probability, Standard Deviation & Mean

By Jim Frost 2 Comments

Binomial Distribution Formula

Use the binomial distribution formula to calculate the likelihood an event will occur a specific number of times in a set number of opportunities. I’ll show you the binomial distribution formula to calculate these probabilities manually.

In this post, I’ll walk you through the formulas for how to find the probability, mean, and standard deviation of the binomial distribution and provide worked examples. [Read more…] about Binomial Distribution Formula: Probability, Standard Deviation & Mean

Filed Under: Probability Tagged With: distributions, formula

Expected Value: Definition, Formula & Finding

By Jim Frost Leave a Comment

What is the Expected Value?

The expected value in statistics is the long-run average outcome of a random variable based on its possible outcomes and their respective probabilities. Essentially, if an experiment (like a game of chance) were repeated, the expected value tells us the average result we’d see in the long run. Statisticians denote it as E(X), where E is “expected value,” and X is the random variable. [Read more…] about Expected Value: Definition, Formula & Finding

Filed Under: Probability Tagged With: conceptual, distributions

QQ Plot: Uses, Benefits & Interpreting

By Jim Frost 7 Comments

What is a QQ Plot?

A QQ plot, or Quantile-Quantile plot, is a visual tool that determines whether a sample:

  • Was drawn from a population that follows a specific probability distribution, often a normal distribution.
  • Follows the same distribution as another sample.

[Read more…] about QQ Plot: Uses, Benefits & Interpreting

Filed Under: Graphs Tagged With: distributions

Bernoulli Distribution: Uses, Formula & Example

By Jim Frost Leave a Comment

What is the Bernoulli Distribution?

The Bernoulli distribution is a discrete probability distribution that models a binary outcome for one trial. Use it for a random variable that can take one of two outcomes: success (k = 1) or failure (k = 0), much like a coin toss. Statisticians refer to these trials as Bernoulli trials. [Read more…] about Bernoulli Distribution: Uses, Formula & Example

Filed Under: Probability Tagged With: distributions

Kruskal Wallis Test Explained

By Jim Frost 2 Comments

What is the Kruskal Wallis Test?

The Kruskal Wallis test is a nonparametric hypothesis test that compares three or more independent groups. Statisticians also refer to it as one-way ANOVA on ranks. This analysis extends the Mann Whitney U nonparametric test that can compare only two groups. [Read more…] about Kruskal Wallis Test Explained

Filed Under: Hypothesis Testing Tagged With: analysis example, assumptions, choosing analysis, distributions, interpreting results, nonparametric

Mann Whitney U Test Explained

By Jim Frost 8 Comments

What is the Mann Whitney U Test?

The Mann Whitney U test is a nonparametric hypothesis test that compares two independent groups. Statisticians also refer to it as the Wilcoxon rank sum test. The Kruskal Wallis test extends this analysis so that can compare more than two groups. [Read more…] about Mann Whitney U Test Explained

Filed Under: Hypothesis Testing Tagged With: analysis example, assumptions, choosing analysis, distributions, interpreting results, nonparametric

Box Plot Explained with Examples

By Jim Frost 27 Comments

What is a Box Plot?

A box plot, sometimes called a box and whisker plot, provides a snapshot of your continuous variable’s distribution. They particularly excel at comparing the distributions of groups within your dataset. A box plot displays a ton of information in a simplified format. Analysts frequently use them during exploratory data analysis because they display your dataset’s central tendency, skewness, and spread, as well as highlighting outliers. [Read more…] about Box Plot Explained with Examples

Filed Under: Graphs Tagged With: choosing analysis, data types, distributions, graphs

Trimmed Mean: Definition, Calculating & Benefits

By Jim Frost 12 Comments

What is a Trimmed Mean?

The trimmed mean is a statistical measure that calculates a dataset’s average after removing a certain percentage of extreme values from both ends of the distribution. By excluding outliers, this statistic can provide a more accurate representation of a dataset’s typical or central values. Usually, you’ll trim a percentage of values, such as 10% or 20%. [Read more…] about Trimmed Mean: Definition, Calculating & Benefits

Filed Under: Basics Tagged With: assumptions, conceptual, distributions

Range Rule of Thumb: Overview and Formula

By Jim Frost 10 Comments

What is the Range Rule of Thumb?

The range rule of thumb allows you to estimate the standard deviation of a dataset quickly. This process is not as accurate as the actual calculation for the standard deviation, but it’s so simple you can do it in your head. [Read more…] about Range Rule of Thumb: Overview and Formula

Filed Under: Basics Tagged With: analysis example, distributions

Unimodal Distribution Definition & Examples

By Jim Frost Leave a Comment

What is a Unimodal Distribution?

A unimodal distribution in statistics refers to a frequency distribution that has only one peak. Unimodality means that a single value in the distribution occurs more frequently than any other value. The peak represents the most common value, also known as the mode. [Read more…] about Unimodal Distribution Definition & Examples

Filed Under: Basics Tagged With: conceptual, distributions, graphs

Random Variable: Discrete & Continuous

By Jim Frost 2 Comments

What is a Random Variable?

A random variable is a variable where chance determines its value. They can take on either discrete or continuous values, and understanding the properties of each type is essential in many statistical applications. Random variables are a key concept in statistics and probability theory. [Read more…] about Random Variable: Discrete & Continuous

Filed Under: Probability Tagged With: analysis example, conceptual, distributions, graphs

Probability Mass Function: Definition, Uses & Example

By Jim Frost Leave a Comment

What is a Probability Mass Function?

A probability mass function (PMF) is a mathematical function that calculates the probability a discrete random variable will be a specific value. PMFs also describe the probability distribution for the full range of values for a discrete variable. A discrete random variable can take on a finite or countably infinite number of possible values, such as the number of heads in a series of coin flips or the number of customers who visit a store on a given day. [Read more…] about Probability Mass Function: Definition, Uses & Example

Filed Under: Probability Tagged With: distributions, graphs

Cumulative Distribution Function (CDF): Uses, Graphs & vs PDF

By Jim Frost 2 Comments

What is a Cumulative Distribution Function?

A cumulative distribution function (CDF) describes the probabilities of a random variable having values less than or equal to x. It is a cumulative function because it sums the total likelihood up to that point. Its output always ranges between 0 and 1. [Read more…] about Cumulative Distribution Function (CDF): Uses, Graphs & vs PDF

Filed Under: Probability Tagged With: analysis example, conceptual, distributions, graphs, interpreting results

Monte Carlo Simulation: Make Better Decisions

By Jim Frost 7 Comments

What is Monte Carlo Simulation?

Monte Carlo simulation uses random sampling to produce simulated outcomes of a process or system. This method uses random sampling to generate simulated input data and enters them into a mathematical model that describes the system. The simulation produces a distribution of outcomes that analysts can use to derive probabilities. [Read more…] about Monte Carlo Simulation: Make Better Decisions

Filed Under: Probability Tagged With: analysis example, distributions, Excel, interpreting results

Hypergeometric Distribution: Uses, Calculator & Formula

By Jim Frost 1 Comment

What is a Hypergeometric Distribution?

The hypergeometric distribution is a discrete probability distribution that calculates the likelihood an event happens k times in n trials when you are sampling from a small population without replacement. [Read more…] about Hypergeometric Distribution: Uses, Calculator & Formula

Filed Under: Probability Tagged With: distributions, formula, graphs

Negative Binomial Distribution: Uses, Calculator & Formula

By Jim Frost 1 Comment

What is a Negative Binomial Distribution?

The negative binomial distribution describes the number of trials required to generate an event a particular number of times. When you provide an event probability and the number of successes (r), this distribution calculates the likelihood of observing the Rth success on the Nth attempt. Statisticians also refer to this discrete probability distribution as the Pascal distribution. [Read more…] about Negative Binomial Distribution: Uses, Calculator & Formula

Filed Under: Probability Tagged With: conceptual, distributions, formula, graphs

Benford’s Law Explained with Examples

By Jim Frost 6 Comments

What is Benford’s Law?

Benford’s law describes the relative frequency distribution for leading digits of numbers in datasets. Leading digits with smaller values occur more frequently than larger values. This law states that approximately 30% of numbers start with a 1 while less than 5% start with a 9. According to this law, leading 1s appear 6.5 times as often as leading 9s! Benford’s law is also known as the First Digit Law. [Read more…] about Benford’s Law Explained with Examples

Filed Under: Probability Tagged With: distributions, Excel, graphs

Probability Density Function: Definition & Uses

By Jim Frost 19 Comments

What is a Probability Density Function (PDF)?

A probability density function describes a probability distribution for a random, continuous variable. Use a probability density function to find the chances that the value of a random variable will occur within a range of values that you specify. More specifically, a PDF is a function where its integral for an interval provides the probability of a value occurring in that interval. For example, what are the chances that the next IQ score you measure will fall between 120 and 140? In statistics, PDF stands for probability density function. [Read more…] about Probability Density Function: Definition & Uses

Filed Under: Probability Tagged With: conceptual, distributions, graphs

  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Go to Next Page »

Primary Sidebar

Meet Jim

I’ll help you intuitively understand statistics by focusing on concepts and using plain English so you can concentrate on understanding your results.

Read More...

Buy My Introduction to Statistics Book!

Cover of my Introduction to Statistics: An Intuitive Guide ebook.

Buy My Hypothesis Testing Book!

Cover image of my Hypothesis Testing: An Intuitive Guide ebook.

Buy My Regression Book!

Cover for my ebook, Regression Analysis: An Intuitive Guide for Using and Interpreting Linear Models.

Subscribe by Email

Enter your email address to receive notifications of new posts by email.

    I won't send you spam. Unsubscribe at any time.

    Buy My Thinking Analytically Book!

    Cover for my book, Thinking Analytically: An Guide for Making Data-Driven Decisions.

    Top Posts

    • F-table
    • Z-table
    • Benford’s Law Explained with Examples
    • Cronbach’s Alpha: Definition, Calculations & Example
    • How To Interpret R-squared in Regression Analysis
    • Box Plot Explained with Examples
    • Multicollinearity in Regression Analysis: Problems, Detection, and Solutions
    • How to Interpret P-values and Coefficients in Regression Analysis
    • T-Distribution Table of Critical Values
    • Interpreting Correlation Coefficients

    Recent Posts

    • Data Collection Methods: Step-By-Step Guide with Examples
    • ANOVA Calculator
    • Positive Predictive Value: Meaning, Formula, and Interpretation
    • Median Absolute Deviation Calculator
    • Median Absolute Deviation: Definition, Finding & Formula
    • Outlier Calculator

    Recent Comments

    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Pareto Chart: Making, Reading & Examples

    Copyright © 2026 · Jim Frost · Privacy Policy