Concept Architecture
Concept
Theoretically, Correlation Matrix is a symmetric matrix that summarises the pairwise correlation coefficients between multiple random variables. It quantifies the strength and direction of linear association among model parameters while preserving the dependence structure between them. In health economics, correlation matrices are used to represent relationships between uncertain parameters, ensuring that probabilistic analyses account for parameter dependence rather than assuming statistical independence.
Mathematically, Correlation Matrix is represented as a square matrix whose diagonal elements equal one and whose off-diagonal elements are correlation coefficients bounded between ?1 and +1. The matrix must be symmetric and positive semi-definite to constitute a valid correlation structure. Correlation matrices are commonly combined with multivariate probability distributions and matrix decomposition methods, such as the Cholesky decomposition, to generate correlated random samples for probabilistic sensitivity analysis.
In practice, Correlation Matrix is estimated from observed data, covariance matrices or published statistical analyses. Health economic models use correlation matrices when jointly sampling costs, utilities, treatment effects or regression coefficients during probabilistic sensitivity analysis. Incorporating parameter correlation improves the realism of uncertainty analyses and avoids biased estimates that may arise when correlated parameters are sampled independently.
Purpose
Used to represent the dependence structure between uncertain model parameters, enabling correlated sampling and more realistic probabilistic sensitivity analyses in health economic models.
Mathematical Formulae
Primary Formula
Correlation matrix:
?? =
? 1 ??? ? ??? ?
???? 1 ? ??? ?
? ? ? ? ? ?
???? ??? ? 1 ?
where:
- ??? is the Pearson correlation coefficient between variables i and j.
Supporting Formulae
Pearson correlation coefficient:
??? = Cov(X,Y) / (�?�?)
Covariance relationship:
Cov(X,Y) = ???�?�?
Related Mathematical Methods
- Multivariate probability distributions
- Covariance matrix estimation
- Cholesky decomposition
- Monte Carlo simulation
- Probabilistic sensitivity analysis
- Multivariate normal sampling
- Regression modelling
Example
A probabilistic sensitivity analysis jointly samples treatment cost and health utility because the two parameters are estimated from the same clinical trial.
The estimated correlation matrix is:
?? =
? 1.00 ?0.35 ?
??0.35 1.00 ?
The negative correlation indicates that higher treatment costs tend to be associated with lower health utility in the observed data. The matrix is used with Cholesky decomposition to generate correlated parameter values during 10,000 Monte Carlo simulations, preserving the observed dependence between parameters.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| CORREL | =CORREL(B2:B101,C2:C101) | Estimate the correlation between two model parameters. |
| COVARIANCE.S | =COVARIANCE.S(B2:B101,C2:C101) | Estimate covariance prior to constructing the correlation matrix. |
| MMULT | =MMULT(Matrix1,Matrix2) | Perform matrix multiplication during correlated sampling procedures. |
| TRANSPOSE | =TRANSPOSE(MatrixRange) | Verify matrix symmetry or manipulate matrix orientation. |
| MINVERSE | =MINVERSE(MatrixRange) | Perform matrix calculations used in multivariate statistical methods. |
VBA (Optional)
Automate construction of correlation matrices and generation of correlated Monte Carlo samples using matrix decomposition methods for probabilistic sensitivity analysis.
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.
- Briggs AH, Weinstein MC, Fenwick EAL, et al. Model parameter estimation and uncertainty analysis: a report of the ISPOR-SMDM Modeling Good Research Practices Task Force Working Group-6. Value in Health. 2012;15(6):835?842.
- Gentle JE. Random Number Generation and Monte Carlo Methods. 2nd ed. Springer; 2003.
- National Institute for Health and Care Excellence (NICE). Health Technology Evaluation Manual. Latest edition.
Related Concepts (5)
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 a correlation matrix?
A table showing the pairwise statistical correlation between each pair of variables, used to represent how uncertain model parameters move together.
Source: Pearson 1896
What does ignoring correlation between parameters risk?
If two uncertain inputs actually move together but a model samples them independently, it can generate combinations that never occur in reality, such as a high event rate paired with a low cost when the two are really linked. This misrepresents the true uncertainty in the result, usually understating or distorting it. A correlation matrix records how the parameters vary together so that sampling can respect those links. Ignoring correlation can therefore give a misleading picture of confidence. Briggs and colleagues (2006) note this risk.
Source: Briggs et al. 2006
What does a correlation matrix show?
A correlation matrix shows the strength and direction of the linear relationship between each pair of variables, through correlation coefficients ranging from minus one to one. A value near one indicates the variables move together strongly, near minus one that they move oppositely, and near zero that they are largely unrelated. By displaying all pairwise correlations in one table, it reveals the pattern of association among the variables, showing which are related and how, which is useful for understanding and modelling their joint behaviour.
Source: Pearson 1896
Why are correlations between parameters important in modelling?
Correlations between parameters matter because uncertain parameters in a model are often not independent, so sampling them independently in probabilistic sensitivity analysis would misrepresent their joint uncertainty and could give impossible or misleading combinations. Capturing correlations ensures that parameters that move together are sampled together, so the propagated uncertainty is correct. Ignoring correlation can bias the estimated uncertainty in the results, so a correlation matrix is used to represent and preserve the relationships among parameters when sampling.
Source: Briggs, Claxton & Sculpher 2006
How is a correlation matrix used in probabilistic sensitivity analysis?
In probabilistic sensitivity analysis, a correlation matrix is used to sample correlated parameters jointly, so that their relationships are preserved across iterations rather than sampling each independently. Methods use the correlation matrix to generate parameter draws with the specified correlations, ensuring that parameters known to move together do so in the samples. This gives a correct representation of the joint parameter uncertainty, so the resulting distribution of costs and effects reflects the correlations, avoiding the distortion that independent sampling of related parameters would cause.
Source: Briggs, Claxton & Sculpher 2006
What are the limitations of a correlation matrix?
A correlation matrix captures only linear, pairwise associations, so it may not fully represent non-linear or higher-order dependencies between variables, and a correlation of zero does not guarantee independence. The correlations must also be estimated, which requires data and can be uncertain. A specified correlation matrix must be internally consistent to be usable in sampling. These limitations mean a correlation matrix summarises linear relationships usefully but may not capture all dependence, so its adequacy for representing the joint behaviour is considered.
Source: Pearson 1896
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
- Persistent URI
- https://healtheconomics.wiki/concept/correlation-matrix
- Term code
- HE-EM-MP-009
Stable URI · Machine-readable · Resolvable · CC BY 4.0