whatismmm

Bayesian vs frequentist MMM

A frequentist MMM returns point estimates: search ROI is 2.3. A Bayesian MMM returns distributions: search ROI is probably between 1.6 and 3.0, centered near 2.3, given the data and stated priors. The modern stack went Bayesian because marketing data is small and decisions need honest uncertainty.

By Oliver Wakefield-Smith · Updated 2 August 2026 · Every number on this page resolves to a primary source in the ledger below.

The practical difference, minus philosophy

Skip the seminar-room debate; for a buyer it reduces to three operational differences. First, uncertainty: Bayesian outputs carry credible intervals natively, so "is search really better than social" has an answerable form (the intervals overlap or they do not). Second, prior knowledge: priors let experiment results and physical plausibility enter the model formally, which is how calibration works in Meridian and PyMC-Marketing.12 Third, cost: Bayesian sampling is computationally heavier and demands more statistical skill from whoever runs and explains it.

Why Robyn stayed ridge

Robyn's bet is different: ridge regression, fast to fit, wrapped in an evolutionary search over transform hyperparameters, producing many candidate models for a human to choose among.3 It trades posterior distributions for speed and accessibility; uncertainty is explored through the spread of candidate models rather than expressed within one. Neither approach is free of judgment; they relocate it. Bayesian judgment lives in the priors, Robyn's in the model-selection step. The question for any team is which kind of judgment it can exercise and defend.

What it changes when evaluating vendors

If a vendor is Bayesian, the diligence questions are prior questions: which priors are informative, what informed them, show prior-versus-posterior for the big channels. If a vendor is frequentist or ridge-based, the questions move to stability and selection: how do estimates move between refreshes, and who picks the final model by what criterion. Both sets appear in the 12 vendor questions. A vendor of either school that cannot answer its own school's questions has chosen its method for marketing reasons, which is at least on-brand.

Source ledger

Every numeric claim on this page resolves to one of these primary sources.

  1. [1]PyMC-Marketing documentationhttps://www.pymc-marketing.io/retrieved 2026-08-02
  2. [2]Google Meridian documentationhttps://developers.google.com/meridianretrieved 2026-08-02
  3. [3]Meta Robyn repository (GitHub)https://github.com/facebookexperimental/Robynretrieved 2026-08-02