Hyperparameter (Bayesian statistics)
Parameter of a prior distribution in Bayesian statistics
title: "Hyperparameter (Bayesian statistics)" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["bayesian-statistics", "sensitivity-analysis"] description: "Parameter of a prior distribution in Bayesian statistics" topic_path: "science/mathematics" source: "https://en.wikipedia.org/wiki/Hyperparameter_(Bayesian_statistics)" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Parameter of a prior distribution in Bayesian statistics ::
In Bayesian statistics, a hyperparameter is a parameter of a prior distribution; the term is used to distinguish them from parameters of the model for the underlying system under analysis.
For example, if one is using a beta distribution to model the distribution of the parameter p of a Bernoulli distribution, then:
- p is a parameter of the underlying system (Bernoulli distribution), and
- α and β are parameters of the prior distribution (beta distribution), hence hyperparameters.
One may take a single value for a given hyperparameter, or one can iterate and take a probability distribution on the hyperparameter itself, called a hyperprior.
Purpose
One often uses a prior which comes from a parametric family of probability distributions – this is done partly for explicitness (so one can write down a distribution, and choose the form by varying the hyperparameter, rather than trying to produce an arbitrary function), and partly so that one can vary the hyperparameter, particularly in the method of conjugate priors, or for sensitivity analysis.
Conjugate priors
Main article: Conjugate prior
When using a conjugate prior, the posterior distribution will be from the same family, but will have different hyperparameters, which reflect the added information from the data: in subjective terms, one's beliefs have been updated. For a general prior distribution, this is computationally very involved, and the posterior may have an unusual or hard to describe form, but with a conjugate prior, there is generally a simple formula relating the values of the hyperparameters of the posterior to those of the prior, and thus the computation of the posterior distribution is very easy.
Sensitivity analysis
Main article: Sensitivity analysis
A key concern of users of Bayesian statistics, and criticism by critics, is the dependence of the posterior distribution on one's prior. Hyperparameters address this by allowing one to easily vary them and see how the posterior distribution (and various statistics of it, such as credible intervals) vary: one can see how sensitive one's conclusions are to one's prior assumptions, and the process is called sensitivity analysis.
Similarly, one may use a prior distribution with a range for a hyperparameter, thus defining a hyperprior, perhaps reflecting uncertainty in the correct prior to take, and reflect this in a range for final uncertainty.
Hyperpriors
Main article: Hyperprior
Instead of using a single value for a given hyperparameter, one can instead consider a probability distribution of the hyperparameter itself; this is called a "hyperprior." In principle, one may iterate this, calling parameters of a hyperprior "hyperhyperparameters," and so forth.
References
References
- Giulio D'Agostini, [http://www.roma1.infn.it/~dagos/rpp/node30.html Purely subjective assessment of prior probabilities], in [http://www.roma1.infn.it/~dagos/rpp/rpp.html Bayesian Inference in Processing Experimental Data: Principles and Basic Applications]
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::