Probability Flashcards

1
Q

What is a random experiment?

A

a process that results in a number of possible outcomes, none of which can be predicted with certainty;

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

What is the sample space?

A

sample space of a random experiment is a list of all possible outcomes

E.g. roll a die: sample space:

        S={1, 2, 3, 4, 5, 6}.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can variance and standard deviation be used in real life?

A

Higher standard deviation/variance = higher return

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

What is a mutually exclusive outcome?

A

When two events cannot occur at the same time in a single trial

Therefore P(A) x P(B) does not equal to P(AxB)

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

What is a collectively exhaustive outcome?

A

one of the events must occur AKA one or the other

eg. heads and tails in a coin toss is collectively exhaustive because one of them must occur. If head does not occur, tails must occur

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

What is the probability of sample space?

A

P(S) =1

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

What is P(A|B)?

A

—Conditional probability that A occurs, given that B has occurred:

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

What is P(A or B) = P(A U B) = P(A union with B)?

A

A occurs, or B occurs, or both occur

P(A or B) = P(A) or P(B) - P(A and B)

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

What is P(A and B) = P(A ∩ B) = P(A intersection with B) ?

A

A and B both occur

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

What is another way to express P(A)?

A

P(A) = P(A∩B) + P(A ∩Bc)

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

What is another way to express P(A or B)?

A

P(A or B)=P(A)+P(B)-P(A and B)

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

How to test if two events are independent?

A

P(A|B)=P(A) or P(B|A)=P(B)

P(A and B) = P(A)*P(B)

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

Prove that P(A|B) = P(A)

A

= [P(A and B)]/P(B)

=[P(A)*P(B)] /P(B)

=P(A)

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

what is marginal probability

A

—Computed by adding across rows or down columns - calculated in the margins of the table

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

Prove the complement rule

A

—Given an event A and its complement, Ā, so that A+ Ā=S;

Know that P(S)=1;

so P(A)+P(Ā)=1;

therefore P(Ā)=1-P(A)

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

Another way to express P(A|B)

another way to express P(B|A)

A

P(A|B) = P(A and B)/ P(B)

P(B|A) = P(B and A)/ P(A)

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

another way to express P(A and B)

prove

A

as P(A|B) = P(A and B) / P(B)

P(A and B) = P(A|B) x P(B)

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

formula for expected value

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

random variable example

A

—Imagine tossing three unbiased coins.

S= {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT)

—8 equally likely outcomes.
—Let X = number of heads that occur.
—X can take values 0, 1, 2, 3.

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

how to denote random variable and actual realised values?

A

—Denote random variables (X, Y, etc) in upper case
—Denote actual realised values (x, y etc) in lower case

Example: X is the random variable that can take values 0, 1, 2, 3.

Actually perform experiment, find the pattern HTT. Then x=1.

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

what is a discrete random variable?

A

—discrete random variable has a countable number of possible values, e.g. number of heads, number of sales etc.

Does not have to be finite; but values can be strictly ordered.
based on counting process

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

what is a continuous variable?

A

continuous random variable has an infinite number of possible values

based on measuring process

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

what are features of probability distribution?

A

Sum of proabilities must equal 1

P(X=x)

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

what are frequentist probabilities?

A

—Probabilities associated with r.v.s are often associated with relative frequencies.
E.g. interested in number of photocopiers sold by different firms. Estimate probabilities from frequencies

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

what is the probability disturibution for a discrete variable?

A

mutually exclusive list of all possible numerical outcomes along with probability of occurence of each outcome

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

what are numerical variables?

how can they be further categorised?

A

numerical variables produce numerical repsonses

further categorised into discrete and continuous numerical variables

27
Q

What are rules for expectations? given that c is a constant

A

—E(c)=c
—E(cX)=cE(X)
—E(X-Y)=E(X)-E(Y)
—E(X+Y)=E(X)+E(Y)
—E(XY)=E(X)*E(Y) only if X and Y are independent

28
Q

2.Let Z=3X+2Y-2XY+3, with E(X)=3, E(Y)=5, X and Y independent

calculate Z

A

= E(3X+2Y-2XY+3)

=3E(X)+2E(Y)-2E(X)*E(Y)+3

=3*3+2*5-2*3*5+3

=9+10-30+3

= -8

29
Q

what does variance measure?

A

—spread/dispersion of distribution

30
Q

what are laws for variances?

A
  1. V(c)=0
  2. V(cX)=c²V(X)
  3. V(X+c)=V(X)
  4. V(X+Y)=V(X)+V(Y) if X and Y are independent
  5. V(X-Y)=V(X)-V(Y) if X and Y are independent
31
Q

a) Find the mean and variance of X
b) Find the mean and variance of Y = 2*X+5

A
32
Q

what is bivariate distribution?

distnguish with univariate distribution

A

Distribution of a single variable – univariate
—Distribution of two variables together – bivariate
—So, if X and Y are discrete random variables, then we say p(x,y) = P(X=x and Y=y) is the joint probability that X=x and Y=y.

33
Q

show a bivariate distribution table

A

—Let X be the number of heads.
Let Y be the number of changes of sequence, i.e. the number of times we change from H →T or T→H

34
Q

how can you tell if random variables are independent?

A

—If the random variables X and Y are independent, then

P(X=x and Y=y) = P(X=x) * P(Y=y)

p(x,y) = px(x) * py(y)

35
Q

how do you calculate sum of two random variables?

A

by using bivariate distribution

36
Q

—Then, P(X+Y=2) = sum of all joint probabilities for which x+y=2;

Continue to do for P(X+Y=3), P(X+Y=4) Show

A

P(X+Y=2)—= p(0,2) + p(1,1) + p(2,0)

= 0.07 + 0.06 + 0.06

=0.19

…continue for P(X+Y=3), P(X+Y=4)

37
Q

evaluate mean and variance of (X+Y)

A

E(X+Y) = 1.2

V(X+Y) = 0.56

38
Q

what happens when joint distribution of X and Y is unknown?

A

—use the rules learnt earlier:

If a and b are constants, then

E(aX+bY) = aE(X) + bE(Y)

V(aX+bY) = a²V(X) + b²V(Y) – only if X and Y are independent!

39
Q

—E(X) = µx and E(Y)= µy, then the covariance between X and Y is given by

A
40
Q

what is the formula for variance when there is correlation?

A
41
Q

how does correlation relate to investment risk?

A

—Analysts reduce risk by diversifying their investments – that is, combining investments where the correlation is small.

42
Q

—An investor forms a portfolio by putting 25% of his money in Stock A and 75% in stock B, with parameters below.

what is the expected return of the portfolio?

A

—E(RA)=0.08, E(RB)=0.15
—Rp=0.25*RA+0.75*RB
—E(Rp) = 0.25*E(RA)+0.75E(RB)

= 0.25*0.08+0.75*0.15

= 0.1325

—Expected return of the portfolio is 13.25%.

43
Q

Determine the variance of the return if ρ=1

A
44
Q

Counting rule 2: what do you do when you have there are k1 events on the first trial, k2 events on the second trial…and kn events on the nth trial then the possible outcomes

A

(k1)(k2)…(kn)

45
Q

Counting rule 3: how do arrange number of n items in order?

A

N!

46
Q

Counting rule 4: when an entire subject of an entire group of items needs to be arranged in order

A

Permutation : n!/ (n-x)!

47
Q

Counting rule 5: select subset from entire group of items without the need for order

A

Combination: n! (n-x)! x!

48
Q

What is a Bernoulli process?

A

Two possible outcomes for each trial, labelled success and failure
Probability of success is p, probability of failure is (1-p)
Trials are independent – the outcome of one trial does not affect the outcomes of any other trials.

49
Q

What properties does a binomial experiment have?

A
  1. A fixed number of trials, n
  2. Two possible outcomes for each trial, labelled success and failure
  3. Probability of success is p, probability of failure i
  4. Trials are independent – the outcome of one trial does not affect the outcomes of any other trials.
50
Q

What is the binomial random variable?

A

binomial random variable is defined as the number of “successes” in the n trials

51
Q

How to express the probability that we will have k successes?

A

X~Bin(n=….,p…..)

Eg. n =12 p =3

Then X~Bin(n=12,p=0.25)

52
Q

Show mean and variance of binomial distribution

A
53
Q

guideline for using binomial table

A

—Note that P(X ≤0)= P(X=0)
—P(X ≤k) →use tables
—P(X=k) = P(X≤k) – P(X≤(k-1))
—P(X
—P(X≥k) = 1- P(X≤[k-1])
—P(X>k) = 1- P(X ≤k)

54
Q

features of bivariate distributions

A

—Marginal distributions
—Independence
—Sum of two random variables
—Covariance and Correlation
—Linear Combinations of Variables

55
Q

features of binomial distribution

A

—binomial experiment

bernoulli trial

binomial formula

mean and variance of a binomial variable

binomial tables.

56
Q

what does expected value show?

A

long term average of discrete random variable

57
Q

formula for variance

A

E(X2) - [E(X)]2

58
Q

what are marginal distribution functions?

A
59
Q

In the casino game roulette, a gambler can bet on which of
38 numbers will be the result when the roulette wheel is
spun. On a $2 bet, a gambler gains $70 if he or she picks the
right number, but loses the $2 otherwise.

a. Let X = amount gained or lost on a $2 bet on a roulette
number. Write out the probability distribution of X.

A
60
Q

In the casino game roulette, a gambler can bet on which of 38 numbers will be the result when the roulette wheel is spun. On a $2 bet, a gambler gains $70 if he or she picks the right number, but loses the $2 otherwise

Imagine a player decides to bet on the same number for 10 trials in a row, and count Y = the number of wins in those 10 trials. What sort of distribution does Y have? What are the mean and variance of this
distribution?

A

Hence, Y will be a binomial variable.
Y~Bin (n=10, p=1/38)

E(Y) = np = 10/38 
Var(Y) = np(1-p) =10\*1/38\*37/38=370/1444= 185/722
61
Q

In the casino game roulette, a gambler can bet on which of 38 numbers will be the result when the roulette wheel is spun. On a $2 bet, a gambler gains $70 if he or she picks the right number, but loses the $2 otherwise

. Again considering Y, the number of wins in 10 trials,
what is the probability that the player wins on at least
5 trials? What is the probability that there are no wins
in the 10 trials?

A
P(Y≥5) = 1-P(Y≤4) = 1- 1.0000 = 0  
P(Y=0) = 0.765916

10C0 x (1/38)0x (37/38)10

62
Q
A
63
Q
A