Differences between revisions 1 and 2
Revision 1 as of 2024-03-21 17:25:35
Size: 1510
Comment: Initial commit
Revision 2 as of 2024-03-21 17:26:39
Size: 1570
Comment: Details
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Because the Bayesian approach to probability differs in meaningful ways from classical statistics, slightly different [[Statistics/FunctionNotation|notation]] is typically used. Because the Bayesian approach to probability differs in meaningful ways from classical statistics, slightly different [[Statistics/FunctionNotation|notation]] is typically used to express the even more precise intention of certain words.

Bayesian Notation

Because the Bayesian approach to probability differs in meaningful ways from classical statistics, slightly different notation is typically used to express the even more precise intention of certain words.


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:

expansion.svg


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(θ).


CategoryRicottone

Statistics/BayesianNotation (last edited 2024-03-21 17:34:45 by DominicRicottone)