VerifiedEvidence: highv1.0.0

Bayesian Analysis

A general statistical approach combining prior beliefs with observed data to produce updated posterior beliefs, unlike classical frequentist methods.

Last reviewedDarrin Baines IP Ltd

Concept Architecture

Concept


Theoretically, Bayesian Analysis is a statistical framework that combines prior knowledge with observed data to estimate unknown parameters and quantify uncertainty. It represents a probabilistic approach to inference in which evidence is accumulated through Bayes' Theorem, producing posterior probability distributions rather than single-point estimates. The concept is founded on Bayesian probability theory and exists to incorporate existing evidence into statistical estimation and decision-making.

Mathematically, Bayesian Analysis is based on Bayes' Theorem, whereby the posterior distribution of an unknown parameter is proportional to the product of the likelihood function and the prior distribution. The resulting posterior distribution summarises all available information about the parameter and forms the basis for estimation, interval estimation, prediction and decision analysis.

In practice, Bayesian Analysis is implemented using analytical solutions where available or computational methods such as Markov chain Monte Carlo simulation when posterior distributions cannot be derived explicitly. It is widely applied in clinical trials, network meta-analysis, survival modelling, evidence synthesis and health economic evaluation to estimate treatment effects, model uncertainty and support healthcare decision-making.


Purpose


Used to combine prior knowledge with observed evidence, estimate posterior parameter distributions, quantify uncertainty and support statistical, clinical and health economic decision-making.


Mathematical Formulae

Primary Formula

Posterior(?�Data) = [Likelihood(Data�?) ? Prior(?)] / Evidence(Data)

or equivalently,

P(?�D) = [P(D�?) ? P(?)] / P(D)

where:

  • ? = parameter of interest
  • D = observed data

Supporting Formulae

P(D) = ? P(D�?)P(?) d?

Posterior ? Likelihood ? Prior

Posterior Odds = Prior Odds ? Likelihood Ratio

Posterior Mean:

E(?�D) = ? ?P(?�D) d?

Related Mathematical Methods

  • Bayes' Theorem
  • Prior Distribution
  • Posterior Distribution
  • Likelihood Function
  • Markov Chain Monte Carlo
  • Bayesian Network Meta-Analysis
  • Bayesian Decision Analysis
  • Bayesian Hierarchical Model
  • Credible Interval

Example


A previous study suggests that the probability of treatment success is centred around 60%.

A new clinical trial provides additional evidence through the likelihood function.

Bayesian Analysis combines the prior distribution with the trial data to produce a posterior distribution with a posterior mean treatment success probability of 72% and a 95% credible interval reflecting the remaining uncertainty.

The posterior distribution becomes the basis for subsequent clinical and health economic decision-making.


Excel Implementation

FunctionExample FormulaHealth Economics Application
NORM.DIST=NORM.DIST(B2,C2,D2,FALSE)Evaluates normal prior or likelihood densities.
BETA.DIST=BETA.DIST(B2,C2,D2,FALSE)Evaluates beta prior or posterior distributions for probabilities.
GAMMA.DIST=GAMMA.DIST(B2,C2,D2,FALSE)Evaluates gamma prior distributions for positive parameters.
SUMPRODUCT=SUMPRODUCT(B2:B101,C2:C101)Computes posterior expectations from discretised posterior distributions.

VBA (Optional)


A VBA macro can automate Bayesian updating, posterior distribution summaries and probabilistic sensitivity analyses for health economic decision models.


Sources

  • Gelman A, Carlin JB, Stern HS, et al. Bayesian Data Analysis. 4th ed.
  • Spiegelhalter DJ, Abrams KR, Myles JP. Bayesian Approaches to Clinical Trials and Health-Care Evaluation.
  • Bernardo JM, Smith AFM. Bayesian Theory.
  • Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
  • ISPOR-SMDM Modeling Good Research Practices Task Force Reports.

Library

Publications

5
  • Book

    Bayesian Methods in Health Economics — Gianluca Baio, 1st Edition ed., 2012 (Chapman & Hall / CRC Press)

    An overview of Bayesian statistical methods for the analysis of health economic data, covering economic evaluation concepts, statistical cost-effectiveness analysis, Bayesian computation and MCMC, and applied health economic evaluation.

  • Book

    Bayesian Cost-Effectiveness Analysis with the R package BCEA — Baio, Berardi & Heath, 1st Edition ed., 2017 (Springer)

    A guide to health economic evaluation and cost-effectiveness modelling from a Bayesian statistical perspective, showing how to post-process model results, run probabilistic sensitivity analysis and value-of-information analysis using the BCEA R package and its web interface. Part of the Use R! series.

  • Book

    Markov Chain Monte Carlo in Practice — W. R. Gilks, S. Richardson & D. J. Spiegelhalter (editors), 1st Edition ed., 1996 (Chapman & Hall)

    A foundational collection on Markov chain Monte Carlo methodology and practice, linking stochastic simulation with Bayesian inference and Gibbs sampling.

  • Book

    Bayesian Theory — José M. Bernardo & Adrian F. M. Smith, 1st Edition ed., 1994 (John Wiley & Sons)

    A comprehensive theoretical account of Bayesian inference, prior and posterior distributions, probability, information and statistical decision theory.

  • Book

    The BUGS Book: A Practical Introduction to Bayesian Analysis — David Lunn, Chris Jackson, Nicky Best, Andrew Thomas & David Spiegelhalter, 1st Edition ed., 2012 (Chapman & Hall / CRC Press)

    A practical guide to Bayesian modeling with BUGS, covering prior specification, posterior simulation, model checking and Markov chain Monte Carlo computation.

Media

1
  • Media

    BCEA: Bayesian Cost-Effectiveness Analysis with R (Tutorials) — Gianluca Baio, Andrea Berardi & Anna Heath, Package documentation ed., 2023 (BCEA project)

    Tutorials for the BCEA R package, demonstrating Bayesian post-processing of probabilistic cost-effectiveness models — acceptability curves, EVPI/EVPPI and standardised value-of-information graphics.

Tools & Resources

3
  • Other

    BCEAweb — Bayesian Cost-Effectiveness Analysis Web Interface — Gianluca Baio, Andrea Berardi & Anna Heath, Web application ed., 2023 (University College London)

    A user-friendly web front-end to the BCEA R package: users upload probabilistic model output and obtain standardised cost-effectiveness summaries — cost-effectiveness planes, acceptability curves, EVPI and EVPPI — without writing R code.

  • Other

    BCEA — Bayesian Cost-Effectiveness Analysis (R package) — Gianluca Baio, Andrea Berardi & Anna Heath, R package ed., 2023 (CRAN)

    An R package for post-processing the output of a probabilistic cost-effectiveness model in a Bayesian framework — producing acceptability curves, EVPI/EVPPI, expected incremental benefit and standardised value-of-information graphics.

  • Other

    survHE — Survival Analysis for Health Economic Evaluation (R package) — Gianluca Baio, R package ed., 2023 (CRAN)

    An R package for fitting and comparing parametric survival models for health economic evaluation, including Bayesian estimation, and for extrapolating time-to-event data to inform cost-effectiveness models.

Frequently Asked Questions (6)

  • What is Bayesian analysis?

    A general statistical approach combining prior beliefs with observed data to produce updated posterior beliefs, unlike classical frequentist methods.

    Source: Bayes 1763

  • How does Bayesian analysis combine prior belief with data?

    Bayesian analysis combines what was believed before seeing the data, expressed as a prior distribution, with the information the data provide, to yield an updated posterior distribution. It treats unknown quantities as having probability distributions that the evidence revises, so the result directly states how probable different values are given everything known. This differs from frequentist methods, which do not attach probabilities to the parameters themselves. Updating belief with evidence is its central logic. Sutton and Abrams (2001) describe this approach.

    Source: Sutton & Abrams 2001

  • How does Bayesian analysis work?

    Bayesian analysis works by specifying a prior distribution for the unknown parameters, representing belief before the data; combining this with the likelihood of the observed data through Bayes' theorem; and obtaining the posterior distribution, which represents updated belief after the data. Inference, such as credible intervals, is then drawn from the posterior. So Bayesian analysis works by updating a prior distribution into a posterior using the data, which quantifies uncertainty about the parameters directly as probability distributions, and computation is often carried out with methods such as Markov chain Monte Carlo when the posterior cannot be derived in closed form.

    Source: Bayes 1763

  • How does Bayesian analysis differ from frequentist analysis?

    Bayesian analysis treats parameters as having probability distributions and updates a prior with data to obtain a posterior, while frequentist analysis treats parameters as fixed unknowns and bases inference on the distribution of the data over hypothetical repetitions, without prior distributions. Bayesian inference gives probabilities about parameters directly, such as credible intervals, whereas frequentist inference gives confidence intervals and p-values with a different interpretation. So the two differ in whether parameters are treated probabilistically and whether prior information is used, with Bayesian analysis incorporating priors and yielding direct probability statements about parameters, and frequentist analysis relying on long-run frequency properties.

    Source: Bayes 1763

  • What is the role of the prior in Bayesian analysis?

    The prior in Bayesian analysis represents belief or knowledge about the parameters before observing the data, and it is combined with the data to form the posterior. Priors can be informative, reflecting substantial prior knowledge, or vague, reflecting little, and the choice influences the posterior, especially when the data are limited. So the prior plays a central role in Bayesian analysis as the starting point for updating, and its selection is important and sometimes debated, since informative priors can strengthen inference when justified but can also bias it if inappropriate, which is why priors are chosen carefully and their influence often examined through sensitivity analysis.

    Source: Bayes 1763

  • What are the advantages of Bayesian analysis?

    The advantages of Bayesian analysis include the ability to incorporate prior knowledge formally, direct probability statements about parameters and hypotheses, coherent handling of uncertainty, and flexibility in building complex models and updating as data accumulate. It suits sequential learning and decision-making. So Bayesian analysis is advantageous where prior information is valuable, where direct probabilistic interpretation is wanted, or where complex or hierarchical models are needed, though it requires specifying priors and can be computationally demanding, which is why the choice between Bayesian and frequentist approaches depends on the problem, the available prior information, and the interpretation desired.

    Source: Bayes 1763

Trust Record

Verified by Dr Darrin Baines

British health economist

Professional identity: darrinbaines.org

Verification date: 11 Dec 2025

Content version: 1.0.0

Canonical Identity

Term code
HE-ES-SA-010

Stable URI · Machine-readable · Resolvable · CC BY 4.0