Bayesian Notation
Because the Bayesian approach to probability differs in meaningful ways from classical statistics, slightly different notation is typically used.
Contents
Priors
The prior probability function of a random variable x (PMF or PDF depending on what x represents) is notated p(x|θ) to indicate that it reflects priors about x captured in an uncertainty (θ) term. This is sometimes instead notated as pθ(x).
The prior uncertainty term (θ) itself is a random variable with a PDF notated as π(θ).
The expected value for an x with an uncertainty term θ is expressed as p(x) = Eπ[pΘ(x)]. Note the capitalized Θ here, which reflects the expected value of the uncertainty term θ. This embedded expectation creates subtle limitations on computation. For example, p(y|x) is equivalent to Eπ[pΘ(y|x)], but the latter term cannot be rewritten as Eπ[ pΘ(x,y) / pΘ(y) ]. Instead it should be expanded like:
Posteriors
Uncertainty is updated given x; this is notated with the probability function p(θ|x).
The posterior uncertainty probability function is now notated as π|x(θ).
