Chapter 2- Probabilistic Models Flashcards
what is a random variable?
a numeric quantity whose values map to the possible outcomes of an experiment
what is a sample space, or alphabet?
consists of all possible events
what is an event?
any subset of values that X can take
what is the first rule of probability theory?
probabilities add up to 1
what is the difference between estimated and true probabilities?
an estimate comes from a sample- it is a sample estimate
what is another name for the true probability?
a population parameters
what is joint probability?
AND
from conditional probabilities, p(x,y) = ?
p(x|y)p(y) and vice versa, p(y|x)p(x)
what is the rule for independent events?
p(x,y) = p(x)p(y)
how is bayes theorem derived?
p(x,y) = p(x|y)p(y)
and vice versa p(x,y) = p(y|x)p(x)
equate these
what is another word for joint probability?
marginalisation
what is the formula for joint probability, p(X=x)?
sum for each y: p(x|y)p(y)
what is the conditional independence assumption? (in words)
the features are conditionally independent of each other, given the class value
what is the conditional independence assumption p(x1,x2,x3|y) = ?
p(x1|y)p(x2|y)p(x3|y)
what is the conditional independence assumption p(X|y) = ?
multiply for each x: p(x|y)