Bayesian inference works by representing uncertainty about unknown quantities with probability distributions, combining a prior distribution with the likelihood of observed data through Bayes’ theorem, and producing a posterior distribution that describes what the model says we should believe after seeing the evidence. The posterior can then be summarised, used to predict future observations, propagated into decisions and updated again when new evidence arrives.
Bayesian statistics is often introduced with a formula.
Posterior ∝ Prior × Likelihood.
The formula is short.
The intellectual move behind it is much larger.
Instead of treating an unknown parameter as fixed but hidden, Bayesian inference represents uncertainty about that parameter directly.
Before observing the current data, we describe plausible parameter values with a prior.
The data contribute evidence through the likelihood.
After updating, the posterior shows the new distribution of uncertainty.
The governing question: given what was plausible before, what this model says the data would look like under different parameter values, and what we actually observed, how should our uncertainty change now?
Quick Read
SCIENTIFIC QUESTION → PARAMETERS / LATENT STATES → PRIOR → PROBABILITY MODEL → LIKELIHOOD → OBSERVED DATA → POSTERIOR → CREDIBLE INTERVALS / PROBABILITIES → POSTERIOR PREDICTION → MODEL CHECKING → PRIOR SENSITIVITY → DECISION → NEW DATA → UPDATE AGAIN
Recent methodological teaching continues to emphasise the central distinction from classical frequentist inference: Bayesian analysis treats unknown parameters as uncertain quantities represented by probability distributions, combines prior distributions with likelihoods and interprets posterior credible intervals directly as probability statements conditional on the model and prior.
1. Bayes’ Theorem Is a Rule for Reversing Conditional Information
Probability models often tell us P(data | parameter).
But scientific questions often ask about P(parameter | data).
Bayes’ theorem provides the bridge:
P(θ|y) ∝ P(y|θ)P(θ)
The posterior is proportional to likelihood times prior.
2. The Prior Represents Uncertainty Before the Current Data
A prior distribution assigns relative plausibility to parameter values before conditioning on the data currently being analysed.
The information may come from previous studies, physical constraints, expert knowledge, domain scale or intentionally weak regularisation.
“Prior” means prior to the current likelihood update, not necessarily prior to all human knowledge.
3. The Likelihood Is What the Current Data Contribute
The likelihood describes how strongly different parameter values support the observed data under the statistical model.
It is the same likelihood described in How Likelihood Works.
Bayesian inference does not replace likelihood.
It combines likelihood with prior information and normalises the result.
4. The Posterior Is the Updated Distribution of Uncertainty
The posterior distribution describes uncertainty about the parameter after conditioning on the observed data and the model.
It can be narrow, broad, skewed or multimodal.
The whole distribution matters because it preserves more information than one point estimate.
5. The Normalising Constant Makes the Posterior a Probability Distribution
Prior × likelihood gives an unnormalised posterior shape.
To make total posterior probability equal one, divide by the marginal likelihood:
P(y) = ∫ P(y|θ)P(θ)dθ
This integral is easy in a few conjugate models and computationally difficult in many realistic ones.
6. Bayesian Probability Can Refer to Uncertainty About a Fixed Unknown Quantity
In ordinary frequentist inference, a fixed parameter does not receive a repeated-sampling probability distribution after the data are observed.
Bayesian inference treats probability as a coherent representation of uncertainty and can therefore say that, conditional on the prior and model, there is a specified posterior probability that θ lies in a region.
7. A 95% Credible Interval Has a Direct Posterior Probability Interpretation
A 95% credible interval contains 95% of the posterior probability mass according to a specified construction.
Conditional on the prior, likelihood model and observed data, we can say the posterior probability that θ lies inside the interval is 95%.
This is not the same probability statement as a 95% frequentist confidence interval.
8. Equal-Tailed and Highest-Density Intervals Can Differ
An equal-tailed interval leaves equal posterior probability in both tails.
A highest-density interval contains the most densely supported parameter values for a chosen probability mass.
For symmetric unimodal posteriors they may be similar.
For skewed or multimodal posteriors they can tell different stories.
9. Posterior Probability Can Answer Threshold Questions Directly
Instead of asking only whether zero is excluded, a researcher can ask:
- What is P(θ > 0)?
- What is P(θ > clinically important threshold)?
- What is P(harm exceeds benefit)?
The probability statement can match the decision boundary directly.
10. A Region of Practical Equivalence Separates Triviality From Exact Zero
Exact zero is often scientifically less interesting than a region of effects too small to matter.
A ROPE defines that negligible region.
Posterior mass can then be assessed relative to meaningful benefit, triviality and harm.
Thresholds should be scientifically justified rather than invented after seeing the posterior.
11. Priors Are Not Optional in Bayesian Inference
Every Bayesian posterior contains a prior, explicit or implicit.
Calling a prior “noninformative” does not make it disappear.
Different parameterisations can make seemingly flat priors behave differently.
Priors should be chosen and reported as part of the model.
12. Informative Priors Encode Substantial Existing Knowledge
If dozens of reliable prior studies constrain a treatment effect, it may be wasteful to pretend the new study begins from ignorance.
An informative prior can carry that evidence forward.
The challenge is provenance: which earlier evidence deserves to enter, how comparable is it and how uncertain should the prior remain?
13. Weakly Informative Priors Regularise Implausible Extremes
A weakly informative prior can place broad mass over realistic values while discouraging absurd extremes.
For a standardised regression coefficient, a prior allowing ordinary effects but making coefficients of ±100 extremely implausible can stabilise estimation.
Regularisation is often scientifically more honest than claiming every real number was equally plausible.
14. Priors Can Encode Physical Constraints
A probability must lie between 0 and 1.
A standard deviation must be non-negative.
A concentration may be positive.
Prior support can encode these known boundaries directly.
15. Prior Predictive Checks Ask What the Model Believes Before Seeing the Data
Draw parameter values from the prior.
Generate simulated datasets from the likelihood.
Do those datasets look remotely plausible?
If a prior routinely predicts exam scores of ±10 million, the prior–likelihood combination is poorly calibrated to the problem even before the actual data arrive.
16. Prior Predictive Checks Make Hidden Scale Assumptions Visible
A prior that looks numerically “vague” on a coefficient scale can imply absurdly concentrated or explosive predictions after passing through a nonlinear link function.
Simulating outcomes exposes what the prior means in the world, not only in parameter coordinates.
17. Posterior Predictive Checks Ask Whether the Fitted Model Can Reproduce Important Data Features
Draw parameters from the posterior.
Generate replicated datasets.
Compare them with the observed data.
If the model cannot reproduce tail behaviour, subgroup patterns, variance or zero counts, the posterior may be mathematically correct for a scientifically inadequate model.
18. Bayesian Updating Is Sequential
Today’s posterior can become tomorrow’s prior when new compatible evidence arrives.
Under coherent modelling, updating in batches produces the same final posterior as updating all observations together.
This makes Bayesian inference naturally suited to cumulative evidence.
19. Sequential Updating Does Not Mean Blindly Reusing Every Old Posterior
A previous study may involve a different population, measurement instrument or intervention version.
Its posterior should not automatically become the new prior without assessing transportability.
Evidence accumulation requires model identity as well as mathematical updating.
20. Conjugate Priors Produce Closed-Form Posteriors
A beta prior with a binomial likelihood gives a beta posterior.
A normal prior with a normal likelihood under selected assumptions gives a normal posterior.
These conjugate pairs are mathematically elegant and useful for teaching.
Most realistic Bayesian models are not this simple.
21. Large Models Need Numerical Integration
Modern Bayesian models can contain thousands or millions of latent quantities and parameters.
The posterior normalising integral has no analytic solution.
Bayesian computation therefore becomes an inference layer of its own.
22. Markov Chain Monte Carlo Samples From the Posterior
MCMC constructs a Markov chain whose long-run distribution is the target posterior under suitable conditions.
After convergence, draws from the chain approximate posterior expectations, intervals and probabilities.
The posterior is represented computationally by samples rather than an explicit closed-form equation.
23. Metropolis–Hastings Accepts or Rejects Proposed Moves
Propose a new parameter value.
Compare its posterior density with the current state, corrected for proposal asymmetry.
Accept or reject probabilistically.
Repeated moves eventually explore the posterior, but naive random-walk proposals can be inefficient in high dimensions.
24. Gibbs Sampling Updates Conditional Distributions
When conditional distributions are easy to sample, Gibbs sampling updates one block of parameters at a time from its full conditional posterior.
The method can be elegant for hierarchical and latent-variable models.
Strong posterior correlations can make one-at-a-time updates mix slowly.
25. Hamiltonian Monte Carlo Uses Posterior Geometry
Hamiltonian Monte Carlo introduces momentum variables and uses gradients of the log posterior to move efficiently through high-dimensional parameter space.
Rather than wandering randomly, it follows trajectories informed by local geometry.
This is why HMC and its adaptive variants are central to modern Bayesian computation.
26. NUTS Adapts Hamiltonian Trajectory Length
The No-U-Turn Sampler automatically stops trajectories when they begin doubling back.
It reduces the need for users to hand-tune path length and is widely used in modern probabilistic programming systems.
Automation improves usability but does not remove diagnostic responsibility.
27. MCMC Output Must Be Diagnosed
A software package returning numbers does not prove the chain explored the posterior correctly.
Analysts should inspect:
- trace plots;
- R-hat;
- effective sample size;
- autocorrelation;
- divergent transitions;
- energy diagnostics;
- treedepth warnings.
Computational uncertainty is part of statistical uncertainty.
28. R-hat Checks Whether Chains Mix to the Same Distribution
Run several chains from dispersed starting points.
If between-chain and within-chain variation agree, R-hat approaches 1.
Values materially above 1 indicate incomplete mixing or convergence problems.
R-hat is a warning system, not a proof that the posterior is correct.
29. Effective Sample Size Measures Independent Information in Correlated Draws
MCMC draws are autocorrelated.
Ten thousand draws may contain the information of only hundreds of independent samples.
Effective sample size converts correlation into an information-equivalent count.
30. Divergences Reveal Difficult Posterior Geometry
In HMC, divergent transitions can occur when the numerical integrator fails to follow sharply curved posterior geometry accurately.
Funnels in hierarchical models are a classic cause.
Reparameterisation, better priors or model redesign may be needed.
Ignoring divergences can produce biased posterior exploration.
31. Centered and Non-Centered Parameterisations Can Change Computation Dramatically
A hierarchical model can be written in mathematically equivalent forms whose posterior geometry differs for MCMC.
Non-centering often helps when group-level information is weak.
Centering can work better when groups are highly informative.
Parameterisation is computational architecture.
32. Variational Inference Trades Exactness for Speed
Variational methods choose an approximating distribution from a tractable family and optimise it to resemble the posterior.
They can scale much faster than MCMC.
The approximation may underestimate posterior uncertainty or miss multimodality.
Fast inference is useful only when approximation error is understood.
33. Laplace Approximation Uses Local Gaussian Curvature
Approximate the log posterior near its mode with a quadratic function.
The resulting Gaussian approximation can be accurate for strongly regular unimodal posteriors.
It performs poorly with skewness, boundaries and multiple modes.
34. Bayesian Point Estimates Are Summaries, Not the Posterior
The posterior mean minimises expected squared-error loss under standard conditions.
The posterior median minimises absolute-error loss.
The posterior mode is the highest-density parameter value.
Each summary emphasises a different aspect of the posterior.
35. MAP Estimation Is Not Full Bayesian Inference
Maximum a posteriori estimation chooses the posterior mode.
It combines prior and likelihood but discards posterior width, skewness and multimodality when reduced to one number.
A Bayesian model’s main advantage is often the full uncertainty distribution, not just a regularised point estimate.
36. Posterior Predictive Distributions Carry Parameter Uncertainty Into Future Outcomes
A future prediction should not plug in one parameter estimate and pretend it is known exactly.
The posterior predictive distribution averages predictions across posterior uncertainty in θ.
It therefore combines irreducible outcome variability with uncertainty about parameters.
37. Prediction Intervals and Credible Intervals Answer Different Questions
A credible interval for a population mean can be narrow.
Individual future observations may still vary widely.
The posterior predictive interval is often much wider because it includes individual outcome noise.
Do not give a parameter interval to someone who needs an individual forecast.
38. Hierarchical Models Share Information Across Groups
Schools have different average effects.
Hospitals have different baselines.
Countries have different trajectories.
A hierarchical model treats group parameters as related through a population distribution rather than estimating every group completely independently or forcing them all to be identical.
39. Partial Pooling Is the Core Hierarchical Mechanism
Small noisy groups are pulled more strongly toward the population distribution.
Large informative groups remain closer to their own data.
This shrinkage reduces extreme estimates caused by small-sample noise while preserving genuine between-group variation.
40. Partial Pooling Is Not “Averaging Everyone Away”
Complete pooling says all groups share one effect.
No pooling estimates every group separately.
Partial pooling learns how similar the groups appear and shares information accordingly.
It is an adaptive compromise between fragmentation and forced sameness.
41. Hierarchical Priors Need Their Own Priors
The population mean and between-group variation are unknown.
They receive hyperpriors.
Poorly chosen variance priors can cause computational funnels, over-shrinkage or excessive heterogeneity.
Hierarchical modelling makes assumptions explicit at multiple levels.
42. Bayesian Models Handle Missing Data by Treating Missing Values as Unknown Quantities
Missing outcomes or covariates can be given model-based distributions and inferred jointly with other parameters.
The posterior propagates uncertainty from missing values into final estimates.
The approach still depends on missingness assumptions.
Bayesian computation does not make MNAR identification problems disappear.
43. Latent Variables Are Naturally Treated as Unknowns
Ability, disease state, topic assignment and hidden regimes can be represented as latent variables.
The posterior jointly estimates latent states and model parameters.
Uncertainty in the hidden state propagates rather than being replaced by one hard label too early.
44. Bayesian Measurement Models Separate Observed Scores From Latent Constructs
A test score is not identical to ability.
Item-response models can represent latent ability, item difficulty and discrimination simultaneously.
The posterior carries uncertainty in the measurement model into later inference.
45. Bayesian Regression Changes the Coefficient from One Estimate Into a Distribution
Classical regression often reports β̂ and a standard error.
Bayesian regression produces a posterior distribution for β conditional on the model and priors.
We can ask directly about posterior probability of positive, negative or practically important effects.
46. Shrinkage Priors Regularise High-Dimensional Regression
Normal priors shrink coefficients smoothly.
Laplace priors connect to lasso-like behaviour.
Horseshoe priors strongly shrink small signals while allowing some large coefficients.
Bayesian regularisation encodes beliefs about coefficient structure probabilistically.
47. Multiple Comparisons Can Be Handled Through Hierarchical Structure
Instead of testing hundreds of unrelated subgroup effects independently, a hierarchical model can estimate them as related draws from a common population.
Partial pooling automatically shrinks noisy extremes.
This does not produce the same guarantee as FWER or FDR control.
It solves multiplicity through a different inferential architecture.
48. Bayesian Inference Does Not Make Multiplicity Irrelevant
If researchers search thousands of models and report only the most exciting posterior, selection still exists.
Hierarchical priors and full model averaging can reduce selected-extreme behaviour, but hidden researcher flexibility remains a problem.
Transparency and preregistration still matter.
49. Prior Sensitivity Analysis Asks Whether Conclusions Depend on Prior Choice
Fit the model under several scientifically plausible priors.
Does the posterior conclusion remain stable?
If small prior changes reverse the result, the data are weakly informative about the question.
Sensitivity reveals where evidence ends and assumptions begin.
50. Prior–Data Conflict Is a Scientific Signal
An informative prior predicts effects near zero.
The new likelihood strongly supports a large effect.
The posterior compromises according to relative information.
But the conflict itself deserves investigation: population shift, measurement change, prior misspecification, data error or genuine scientific surprise may be involved.
51. Robust Priors Can Limit the Damage of Historical Mismatch
A commensurate or mixture prior can allow historical information to be discounted if current data conflict strongly.
This is especially important when borrowing evidence across populations or time.
Borrowing should be adaptive to similarity rather than assumed automatically.
52. Improper Priors Can Produce Improper Posteriors
An improper prior does not integrate to one.
It can sometimes be used formally if the resulting posterior is proper.
In complex hierarchical models, improper priors can cause undefined posterior distributions or marginal likelihoods.
Convenience is not a substitute for checking propriety.
53. Weak Identification Makes Priors More Influential
When the likelihood is broad or ridge-shaped, the posterior depends more strongly on prior structure.
This is not a failure of Bayesian inference.
It is an honest reflection that the data alone do not identify the parameter sharply.
The responsibility is to make prior influence visible.
54. Large Samples Often Reduce Prior Influence—but Not Always
In regular identifiable models, enough informative data usually dominate modest prior differences.
But non-identifiability, separation, rare events and weak instruments can leave prior structure influential even in apparently large datasets.
Nominal sample size is not the same as information about every parameter.
55. Bayesian Model Comparison Can Use Posterior Predictive Performance
Leave-one-out cross-validation and WAIC estimate out-of-sample predictive performance while integrating over posterior uncertainty.
Models can be compared by expected predictive accuracy rather than asking which candidate is literally true.
Predictive comparison is often more robust than brittle winner-takes-all selection.
56. Bayes Factors Compare Marginal Likelihoods
A Bayes factor compares how well two models predict the observed data after averaging likelihood over each model’s prior parameter distribution.
Posterior odds equal prior model odds times the Bayes factor.
Unlike a p-value, the Bayes factor can provide relative evidence for one model versus another.
57. Bayes Factors Are Highly Sensitive to Prior Scale
A very diffuse alternative prior spreads predictive probability across huge parameter regions.
The observed data may then receive low marginal likelihood even if the maximum likelihood is excellent.
Bayes-factor priors are part of the evidence calculation and need substantive justification.
58. Posterior Model Probabilities Need a Defined Model Set
If three models receive posterior probabilities summing to one, that probability is conditional on those three candidates and their prior model probabilities.
A fourth unconsidered model can still be better.
Posterior certainty inside a closed candidate set is not certainty that reality belongs to that set.
59. Bayesian Model Averaging Preserves Model Uncertainty
Instead of selecting one model and pretending alternatives vanished, posterior predictions can average across models weighted by posterior model probability or predictive stacking weights.
This propagates uncertainty about model choice into final predictions.
60. Decision Theory Is Where Posterior Uncertainty Becomes Action
A posterior tells us what is plausible.
A decision additionally needs consequences.
Define a loss or utility for each action and possible state.
Choose the action with best posterior expected utility.
Inference becomes operational only when uncertainty is connected to stakes.
61. A 60% Posterior Probability Can Be Enough—or Nowhere Near Enough
If an action is cheap, reversible and potentially helpful, 60% may justify trying it.
If an action is irreversible and catastrophic when wrong, 99% may still be insufficient.
Evidence thresholds depend on consequences, not probability alone.
62. Value of Information Measures Whether More Data Are Worth Collecting
Posterior uncertainty can be translated into expected decision loss.
We can ask how much better decisions could become if uncertainty were reduced by another study.
If the expected value of information exceeds the cost of research, collecting more evidence may be worthwhile.
63. Bayesian Adaptive Trials Update Evidence During the Study
Posterior probabilities can guide pre-specified interim decisions about stopping for efficacy, futility or adapting randomisation.
Adaptive design requires simulation to understand operating characteristics and guard against unstable rules.
Bayesian updating enables adaptation; design discipline makes it trustworthy.
64. Bayesian Causal Inference Still Needs Causal Identification
A posterior distribution around a confounded regression coefficient does not make it a causal effect.
Exchangeability, positivity, consistency, time ordering and measurement assumptions remain necessary.
Bayesian probability can quantify uncertainty about an identified causal quantity.
It cannot identify the quantity by probability alone.
65. Priors Can Express Uncertainty About Causal Sensitivity Parameters
Unmeasured confounding, measurement error and missing-not-at-random mechanisms can be represented with sensitivity parameters.
Bayesian models can place priors on those unknown bias mechanisms and propagate them into the posterior causal effect.
The resulting answer is only as credible as those bias priors.
66. Bayesian Inference Does Not Automatically Make Subjective Judgement a Problem
All modelling contains judgement.
Which outcome?
Which covariates?
Which likelihood?
Which data exclusions?
Bayesian analysis makes one class of judgement—the prior—especially explicit.
Explicit judgement can be audited, challenged and varied.
67. “Objective Bayes” Uses Formal Priors but Still Requires Choices
Reference priors, Jeffreys priors and other formal constructions aim to reduce arbitrary prior information under defined criteria.
The resulting method still depends on parameterisation, model and target.
No statistical framework escapes all modelling choice.
68. Bayesian Calibration Can Be Studied Through Simulation
Generate parameters from the prior.
Generate data from the model.
Fit the model.
Check whether posterior rank statistics behave uniformly.
Simulation-based calibration can detect bugs in algorithms and implementations under the generative model.
69. Simulation-Based Calibration Tests the Inference Engine, Not the Reality of the Model
A perfectly calibrated algorithm can recover parameters from simulated data generated by the same model.
The real world may still violate that model.
Computational validation and scientific validation are different layers.
70. Posterior Predictive Success Does Not Prove Causal Correctness
A model can reproduce observed distributions beautifully while having the wrong causal arrows.
Many causal models can be observationally equivalent.
Predictive adequacy is evidence about observable fit.
Causal validity still needs design and intervention logic.
71. Bayesian Workflow Is Larger Than “Fit the Posterior”
A strong workflow includes:
- define the estimand;
- choose the generative model;
- choose priors;
- run prior predictive checks;
- fit the model;
- diagnose computation;
- inspect posterior summaries;
- run posterior predictive checks;
- test prior sensitivity;
- compare plausible alternatives;
- connect posterior uncertainty to decisions.
Bayesian inference is a workflow of model criticism, not merely an update formula.
72. Education Benefits From Hierarchical Bayesian Thinking
Students sit inside classes.
Classes sit inside schools.
Schools differ in baseline attainment, teacher effects and context.
Hierarchical models can estimate individual and school-level effects while borrowing strength across related groups.
The structure of learning becomes the structure of the statistical model.
73. Bayesian AI Systems Can Represent Predictive Uncertainty—but Only If the Model Captures the Right Uncertainty
A Bayesian neural network or approximate Bayesian ensemble can express parameter uncertainty.
Dataset shift, model misspecification and unknown unknowns may remain outside the posterior.
Probabilistic outputs are not automatically calibrated in new environments.
74. The Hostile Test: An Extremely Strong Prior Overrules Weak Data
A prior insists the effect is near zero with tiny variance.
A small new study suggests a moderate effect.
The posterior remains near zero.
That may be appropriate if the prior is well justified.
It may be disastrous if the prior was copied from an incomparable population.
Prior provenance is scientific evidence.
75. The Second Hostile Test: “Flat Prior” Creates Implausible Predictions
A supposedly neutral prior on a logistic coefficient permits enormous values.
Prior predictive simulation produces near-certain outcomes for almost every case.
The prior looked vague in coefficient space and extreme in observable space.
Prior predictive checks expose the mismatch.
76. The Third Hostile Test: MCMC Ran, but the Chains Never Mixed
Four chains produce different posterior means.
R-hat is high.
Effective sample size is tiny.
The report quotes posterior probabilities to three decimals anyway.
Unconverged computation is not posterior inference.
77. The Fourth Hostile Test: Posterior Probability Mistaken for Causal Identification
A confounded observational model gives P(β > 0 | data) = 0.999.
The paper says there is a 99.9% probability the treatment helps.
The posterior probability applies to the modelled coefficient conditional on the causal assumptions.
Unmeasured confounding can make the causal interpretation wrong with great posterior confidence.
78. The Fifth Hostile Test: Beautiful Posterior, Wrong Measurement
A model estimates an intervention effect on daily app opens with exquisite precision.
The educational claim is long-term transfer.
The Bayesian machinery can be impeccable.
The outcome is still the wrong construct.
Posterior certainty cannot rescue measurement validity.
79. Primary School: Bayesian Thinking Begins as “What Did I Think Before, and What Did I Learn Now?”
A child believes a bag probably contains mostly red marbles.
They draw several blue marbles.
The evidence should change their belief.
The foundational habit is not numerical Bayes yet.
Good reasoning remembers what was plausible before and changes by the amount the new evidence deserves.
80. Secondary School: Separate Prior, Evidence and Updated Belief
Students can learn three columns:
- What was plausible before?
- How expected is this evidence under each possibility?
- What becomes plausible after seeing the evidence?
This prepares them for formal Bayesian reasoning without confusing likelihood with posterior probability.
81. JC and University: Bayesian Inference Becomes a Generative Model and Computational Workflow
At higher levels, learners should reconstruct:
- estimand;
- prior;
- likelihood;
- posterior;
- credible interval;
- posterior predictive distribution;
- hierarchical structure;
- computation;
- diagnostics;
- prior predictive checks;
- posterior predictive checks;
- prior sensitivity;
- decision utility.
82. Where Bayesian Inference Fits in the eduKateSG “How Works” Landscape
- How Probability Works — the probability calculus used to represent uncertainty.
- How Likelihood Works — the data contribution to the posterior.
- How Statistical Inference Works — the broader inferential landscape.
- How Confidence Intervals Work — the frequentist interval framework contrasted with credible intervals.
- How Regression Works — conditional models that Bayesian priors and posteriors can extend.
- How Causal Inference Works — the causal identification assumptions Bayesian probability cannot replace.
- How Missing Data Works — unobserved values that Bayesian models can infer under assumptions.
Bayesian Inference owns one precise canonical job: represent uncertainty about unknown quantities probabilistically, update that uncertainty with observed evidence through likelihood, propagate the resulting posterior through prediction and decision, and expose how conclusions depend on priors, models and computation.
83. What This Article Does Not Claim
- Bayesian inference is not assumption-free.
- A posterior probability is conditional on the prior, likelihood and model.
- Credible intervals and confidence intervals do not have the same interpretation.
- A vague-looking prior can still be highly informative on the observable scale.
- More data do not always eliminate prior influence when parameters are weakly identified.
- MCMC output is not trustworthy without convergence and geometry diagnostics.
- Posterior predictive fit does not prove causal correctness.
- Bayesian inference does not make multiplicity, selection or preregistration irrelevant.
- Bayes factors can be highly prior-sensitive.
- Bayesian causal inference still requires causal identification assumptions.
84. A Compact Bayesian Inference Audit
- What scientific quantity is being inferred?
- What are the model parameters and latent states?
- What likelihood represents the data?
- What prior is used for every important parameter?
- What evidence or scale justifies those priors?
- Were prior predictive checks performed?
- Do simulated prior datasets look plausible?
- What does the posterior look like: symmetric, skewed or multimodal?
- What posterior probabilities answer the real decision?
- What credible interval construction is reported?
- What posterior predictive distribution is relevant?
- Were posterior predictive checks performed?
- Can the model reproduce important observed features?
- How sensitive is the posterior to plausible prior alternatives?
- Is there prior–data conflict?
- Is the parameter weakly identified?
- What computational algorithm was used?
- Are R-hat values acceptable?
- Is effective sample size adequate?
- Were divergences or treedepth warnings present?
- Was reparameterisation needed?
- Is variational or approximate inference being used, and how was approximation error checked?
- Are hierarchical groups partially pooled appropriately?
- How are missing values and latent variables modelled?
- Is model comparison predictive or based on Bayes factors?
- Are Bayes-factor priors justified?
- Does the final action incorporate utility, harm and cost?
- If causal, what assumptions identify the effect?
85. Frequently Asked Questions
What is Bayesian inference?
Bayesian inference is a statistical framework that represents uncertainty about unknown quantities with probability distributions and updates prior uncertainty using the likelihood of observed data to obtain a posterior distribution.
What is the difference between prior and posterior?
The prior describes uncertainty before conditioning on the current data. The posterior is the updated uncertainty after combining that prior with the likelihood of the observed data.
What does a 95% Bayesian credible interval mean?
Conditional on the model, prior and observed data, the interval contains 95% of the posterior probability under the chosen interval construction.
Is Bayesian inference subjective?
Bayesian models require explicit prior choices, but all statistical modelling involves judgement about measurements, models, exclusions and assumptions. Bayesian analysis makes prior assumptions visible and therefore open to sensitivity analysis and criticism.
Does Bayesian inference solve causality?
No. Bayesian probability can quantify uncertainty about causal effects once they are identified, but randomisation or causal assumptions such as exchangeability, positivity and consistency are still required.
86. Authoritative Research Corridor
- Core Concepts in Statistics and Research Methods — Essentials of Bayesian Inference
- Navigating the Bayes Maze — A Hands-On Tutorial to Bayesian Statistics
- NIST/SEMATECH e-Handbook of Statistical Methods
- eduKateSG — How Likelihood Works
- eduKateSG — How Statistical Inference Works
Final Thought: Bayesian Inference Is a Machine for Changing One’s Mind Without Erasing the Past
Before evidence, we are uncertain.
After evidence, we should still be uncertain—but differently.
A weak dataset should move us a little.
A powerful dataset should move us more.
An implausible observation should force us to ask whether the prior was wrong, the model was wrong, the data were wrong or the world surprised us.
That is the real strength of the framework.
Not that it produces certainty.
That it makes uncertainty updateable.
Bayesian inference turns learning into mathematics: carry forward what was defensible, let new evidence exert exactly the pressure the model says it deserves, and never confuse an updated belief with a world that has stopped being capable of surprising you.