Variable with a fixed domain Val(X), which represents some aspect of the system's world.
Variable Types :
Boolean {false,true}
Discrete variable --> categorial
Continuous variables --> numerical
variables are
the basic atomic building blocks of our models and world representation
Event : a fixed assignment of values to some or all the variables in a systems world
Atomic Event : event where all random variables in the system' s world have a specific value assigned
An atmoic event corresponds to one particular possible state of the world
event corresponds to a set of possible states of the world
possible atomic events = Pi (possible values for every variable)
A probability distribution over S is a function P : S -> R that satisfies :
P(α)≥0,∀α∈S
P(Ω)=1,Ω=the disjuntion of all possible events
if α,β∈S,α∩β=∅,P(α∪β)=P(α)+P(β)
A probability P(α) is the value that the probability distribution P assigns to the specific event α
Frequentist interpretation : the probability of an event is the proportion of times that the event alpha would occur if we repeated the experiment an infinite number of times
Subjectivist interpretaion : the probability of an event expresses a subjective degree of belief that the event alpha will hapen
we use subjectivist (Bayesian) interpetation : P(x) represents the system' s degree of belief that x is true in the world
Full Joint Distribution : the probability distribution over all atomic events possible over X
Marginal Distribution : A probability distribution defined over the events indcued by a subset X in X of variables
Marginal distribution of variable X : a probability distribution defined over the values of a single variable X in X
P(X=x,Y=y),P(x,y),P((X=x)∩(Y=y)
Probability of conjunction of events
P(X)=P(X1,X2,...,Xk)
Joint distribution over sets of variables
P(X,Y)=P(X1,...,Xk,Y1,...,Y1)
Joint distributin over several sets of variables
P(X∣Y)=P(X1,X2,...Xk)∣Y1,Y2,...Yl)
Conditional distribution, the joint distribution over X, conditioned on values of Y
A proper distribution has the sum over all entries to 1.0
A marginal probability is computed by summing over all entries in the full joint distribution that have X = x .
P(α∣β)=P(β)P(α∩β)
Condtional Probability of alpha given that we know that beta is true
Conditioning
operation that takes one distribution P(X) and returns another distribution P(X|beta)