letcture 4 Flashcards

1
Q

Probability primer - random variables

A

A random variable is the basic element of probability

refers to an event and there is some degree of uncertainty as to the outcome of the event.

for example, the random variable A could be the event of getting a heads on a coin flip

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

boolean random variables

A

take the values true or false

think of the event as occurring or not occuring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

probabilty

A

the relative frequency with whih an outcome would be obtained of the process were repeated a large number of times under similar conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Joint probability distribution

A

joint probabilities can be between any number of variables.

for each combination of variables, we need to say how probable that combination is

the probabilities of these combinations need to sum to 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Independence

A

The outcome of the 2nd throw is independent of the outcome of the 1st one.

whwether it will rain in Nijmegen tomorrow is independent of today’s stock trading price of KLM.

how is it useful?
*suppose you have n coin filips and you want to calculate the joint distrubuition P(c1,….Cn)

  • if the coin flips are not independent, you need to specify s^n -1 values in the table
  • if the coin flips are independent, then

P(C1…..Cn) = sum of P(C1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

learning goals: reasoning with uncertainty

A

working with basic probabilistic concepts such as ( conditional) independence.

*applying Bayes rule to compute the probability of cause given effect for a example involving just a few variables.

exlaaining basic structures such as a casual chain, a common cause , and a common effect.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly