Differences between revisions 2 and 3
Revision 2 as of 2024-03-21 17:26:39
Size: 1570
Comment: Details
Revision 3 as of 2024-03-21 17:30:00
Size: 1579
Comment: Rename link
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 to express the even more precise intention of certain words. Because the Bayesian approach to probability differs in meaningful ways from classical statistics, slightly different [[Statistics/ProbabilityNotation|notation]] is typically used to express the even more precise intention of certain words.
Line 13: Line 13:
The prior probability function of a random variable ''x'' ([[Statistics/FunctionNotation#Probability_mass_functions|PMF]] or [[Statistics/FunctionNotation#Probability_density_functions|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 probability function of a random variable ''x'' ([[Statistics/ProbabilityNotation#Probability_mass_functions|PMF]] or [[Statistics/ProbabilityNotation#Probability_density_functions|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)''.

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)