Concept Architecture
Concept
Theoretically, Conditional Probability is the probability that an event occurs given that another event has already occurred. It provides a formal framework for updating probabilities when additional information becomes available and is fundamental to probability theory, Bayesian inference and stochastic modelling. In health economics, conditional probability is used to represent dependent clinical events, sequential treatment pathways and state transitions that depend on prior outcomes or patient history.
Mathematically, Conditional Probability is defined as the probability of the intersection of two events divided by the probability of the conditioning event, provided the conditioning event has non-zero probability. This definition forms the basis for Bayesian updating, Markov models, decision trees and other probabilistic models in which future events depend on preceding events.
In practice, Conditional Probability is estimated from clinical trials, observational studies, epidemiological data or disease registries. It is implemented throughout health economic models to estimate transition probabilities, treatment response, adverse events, diagnostic accuracy and disease progression. Conditional probabilities are routinely incorporated into decision trees, Markov models, microsimulation and Bayesian evidence synthesis.
Purpose
Used to estimate the probability of an event given that another event has occurred, enabling dependent clinical events and sequential decision processes to be represented within health economic models.
Mathematical Formulae
Primary Formula
P(A ? B) = P(A � B) / P(B)
where:
- P(A ? B) is the probability of event A given event B
- P(A � B) is the joint probability of events A and B
- P(B) is the probability of event B, where P(B) > 0.
Supporting Formulae
Joint probability:
P(A � B) = P(A ? B) ? P(B)
Bayes' theorem:
P(A ? B) = P(B ? A)P(A) / P(B)
Related Mathematical Methods
- Probability theory
- Bayesian inference
- Decision tree analysis
- Markov modelling
- Microsimulation
- Monte Carlo simulation
- Diagnostic test evaluation
Example
A diagnostic test is evaluated in a population where 20% of patients have the disease.
The probability of a positive test among patients with the disease is:
P(Positive ? Disease) = 0.90
The probability that a patient both has the disease and tests positive is:
P(Positive � Disease) = 0.90 ? 0.20 = 0.18
This conditional probability is subsequently used to estimate expected treatment costs and health outcomes within a diagnostic decision model.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| PRODUCT | =B2*C2 | Calculate joint probabilities from conditional and marginal probabilities. |
| IF | =IF(C2>0,B2/C2,"""") | Calculate conditional probability while avoiding division by zero. |
| SUMPRODUCT | =SUMPRODUCT(Probabilities,Outcomes) | Calculate expected values using conditional probabilities. |
| INDEX | =INDEX(TransitionMatrix,CurrentState,NextState) | Retrieve conditional transition probabilities in state-transition models. |
| XLOOKUP | =XLOOKUP(State,Table[State],Table[ConditionalProbability]) | Retrieve conditional probabilities from model inputs. |
VBA (Optional)
Automate calculation of conditional transition probabilities and update patient pathways dynamically as clinical events occur during simulation.
Sources
- Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation. Oxford University Press; 2006.
- Drummond MF, Sculpher MJ, Claxton K, Stoddart GL, Torrance GW. Methods for the Economic Evaluation of Health Care Programmes. 4th ed. Oxford University Press; 2015.
- Ross SM. Introduction to Probability Models. 12th ed. Academic Press; 2019.
- DeGroot MH, Schervish MJ. Probability and Statistics. 4th ed. Pearson; 2012.
- National Institute for Health and Care Excellence (NICE). Health Technology Evaluation Manual. Latest edition.
Related Concepts (4)
Library
Publications
1
Parameter Estimation and Uncertainty: A Report of the ISPOR-SMDM Modeling Good Research Practices Task Force-6 — Briggs, Weinstein, Fenwick, Karnon, Sculpher & Paltiel, Task Force Report 6 ed., 2012 (Value in Health / Medical Decision Making)
Best-practice guidance on parameter estimation and the characterisation of uncertainty in decision models, covering probabilistic sensitivity analysis, distributional choices, and correlation between parameters.
Journal ArticleView source →
Frequently Asked Questions (6)
What is conditional probability?
The probability that an event will occur given that another specified event has already occurred, calculated from their joint probability.
Source: Bayes 1763
How does a conditional probability differ from an unconditional one?
An unconditional probability is the chance of an event considered on its own, across everyone, whereas a conditional probability is the chance of that event given that some other fact is already known to hold. Learning the condition narrows attention to the subset in which it is true, which can raise or lower the probability. The chance that a person has a disease, for instance, changes once it is known that their test was positive. Conditioning updates a probability in light of information. Grimmett and Stirzaker (2001) set out the concept.
Source: Grimmett & Stirzaker 2001
How is conditional probability calculated?
Conditional probability is calculated as the joint probability that both events occur divided by the probability of the event being conditioned on. That is, the probability of event A given event B equals the probability of A and B together divided by the probability of B. This gives the likelihood of A within the cases where B has occurred. The formula shows how conditioning on B restricts attention to the situations where B holds, rescaling the probability of A accordingly.
Source: Bayes 1763
How does conditional probability relate to Bayes's theorem?
Conditional probability is the basis of Bayes's theorem, which relates the conditional probability of one event given another to the reverse conditional probability. Bayes's theorem expresses the probability of a hypothesis given evidence in terms of the probability of the evidence given the hypothesis, the prior probability of the hypothesis, and the probability of the evidence. It thus allows conditional probabilities to be reversed and beliefs updated as evidence arrives, making conditional probability central to Bayesian reasoning.
Source: Bayes 1763
Why is conditional probability important?
Conditional probability is important because most reasoning under uncertainty involves updating the likelihood of events as information becomes available, which conditional probability formalises. It underlies the interpretation of diagnostic tests, where the probability of disease given a test result is a conditional probability, and it is central to Bayesian updating, risk prediction, and decision making. By capturing how probabilities change with information, conditional probability is a foundational tool wherever uncertain events depend on one another or on observed evidence.
Source: Bayes 1763
How is conditional probability used in health?
In health, conditional probability is used to interpret diagnostic tests, where the probability of having a disease given a positive test result, the positive predictive value, is a conditional probability depending on the test's accuracy and the prevalence of the disease. It also underlies risk prediction, where the probability of an outcome is conditioned on patient characteristics, and Bayesian updating of evidence. Conditional probability thus supports clinical reasoning about how the likelihood of conditions and outcomes depends on test results and other information.
Source: Bayes 1763
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 9 Oct 2025
Content version: 1.0.0
Canonical Identity
- Term code
- HE-EM-MP-007
Stable URI · Machine-readable · Resolvable · CC BY 4.0