Factorial Moment Calculator

Enter a discrete probability distribution and choose r to compute the r-th factorial moment instantly.

Distribution Input

Enter each outcome and its probability. Probabilities must sum to 1.

Outcome x Probability P(X=x)

Quick presets

Enter your distribution and click Calculate

Summary

Enter a discrete probability distribution and choose r to compute the r-th factorial moment instantly.

How it works

  1. Enter each outcome value (x) and its probability P(X=x) as rows in the table.
  2. Probabilities must be non-negative and sum to 1 (the tool validates this).
  3. Select the order r (1 through 6) of the factorial moment you want.
  4. Click "Calculate" to compute E[X(X-1)···(X-r+1)] = sum x_falling_r * P(X=x).
  5. Results for all orders 1 through r are shown together for comparison.

Use cases

  • Compute the mean (1st factorial moment) of a count distribution.
  • Derive the variance using E[X(X-1)] and E[X]: Var(X) = E[X(X-1)] + E[X] - (E[X])^2.
  • Analyze Poisson, binomial, or negative-binomial distributions analytically.
  • Check probability generating function derivatives against empirical data.
  • Solve combinatorics problems involving ordered selections from a population.
  • Validate simulation output against theoretical factorial moments.

Frequently Asked Questions

Last updated: 2026-06-13 · Reviewed by Nham Vu