Skip to article frontmatterSkip to article content

Key Concepts

Authors
Affiliations
TNO
TNO
TNO

The heart of Bayesian inference is Bayes’ theorem, which takes this form for continuous variables:

p(θy)=p(yθ)p(θ)p(yθ)p(θ)dθp(\boldsymbol{\theta}|\boldsymbol{y}) = \frac{p(\boldsymbol{y}|\boldsymbol{\theta}) \cdot p(\boldsymbol{\theta})}{\int p(\boldsymbol{y}|\boldsymbol{\theta}) \cdot p(\boldsymbol{\theta}) \, d\boldsymbol{\theta}}

or more intuitively:

Posterior=Likelihood×PriorEvidence\text{Posterior} = \frac{\text{Likelihood} \times \text{Prior}}{\text{Evidence}}

Methods for Bayesian inference

Bayesian inference methods can be categorized based on their computational approach:

Methods for Bayesian inference

Note: Approximate methods are not covered in this crash course.

Applications

Some applications of Bayesian inference to structural engineering are:

  1. Updating the resistance of a structure after passing a proof load test

  2. Updating the reliability of a structure after it has survived a number of years

  3. Updating the deterioration distribution on a structure after detecting corrosion in some areas

  4. Updating the parameters of a finite element model after sensor data

The last application is known as system identification. Other names for it are Model updating and Model calibration.