12 - IID, Bernoulli, Poisson Flashcards

1
Q

iid

A

sequence of random variables observed are independent of one another, and they are all realizations from the same identical underlying distribution

Ex. a sequence of coin tosses with the same coin, a sequence of rolls with the same die

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

If the sequence of iid random variables is:

{X1, X2…Xn},

E(X1 + X2 + … + Xn) =

Var(X1 + X2 + … + Xn) =

sd(X1 + X2 + … + Xn) =

A

E = nµx

Var = nσ2x

sd = sqr(n)*σx

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

The SD of the sum of the iid random variables is ___ times the standard deviation of one of them.

(the multiplier is___, not ___)

A

sqr(n)

(the multiplier is sqr(n), not n)

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

Sample Mean

A

Xbar

the sum multiplied by the constant 1/n

arithmetic average of sample values

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

E(Xbar)

Var(Xbar)

sd(Xbar)

A

Sample Mean (Xbar)

E(Xbar) = µx

Var(Xbar) = σ2x/n

sd(Xbar) = σx/n

The more observations that go into the sample mean (n increases), the less variable the sample mean becomes

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

Bernoulli random variable

A

any random variable with a dichotomous outcome

takes on one of 2 values (either a 0 or a 1)

Ex. buy/don’t buy

live/die

market goes up/market goes down

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

E(B)

Var(B)

sd(B)

A

Bernoulli random variable

E(B) = p

Var(B) = p(1-p)

sd(B) = sqr[p(1-p)]

*p is the probability that P(B=1)*

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

Binomial random variable

A

of successes in n iid Bernoulli trials

Y = B1 + B2+…+ B100

the sum of n, iid Bernoulli trials with success probability p

Y ~ Bi(n, p)

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

E(Y)

Var(Y)

sd(Y)

A

E(Y) = np

Var(Y) = np(1-p)

sd(Y) = sqr[np(1-p)]

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

Bbar

A

sample mean of the Bernoulli

Bbar = Y/n

proportion of successes → in special case of 0/1 outcome variables, the mean has an interpretation as the proportion of 1’s

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

E(Bbar)

Var(Bbar)

sdBbar)

A

E(Bbar) = p

Var(Bbar) = [p(1-p)]/n

sd(Bbar) = sqr[(p(1-p))/n]

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

interpret Bi(10, 0.5)

A

if 10 trials with 0.5 probability for each event

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

Probability distribution for Binomial random variables

A
  • binomial random variable can only take on whole number values ranging from 0 to n
  • prob distribution is centered around its mean
  • prob distribution is very close to bell-shaped
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Ex. if p=0.10, what is P(Y=100)?

A

0.1100

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

Binomial probability function

A

p(Y=y) = nCypy(1-p)n-y

where y = 0, 1,…, n

Ex. probability of getting exactly 2 heads when you toss a fair coin 5 times.

Y ~ Bi(5, 0.5)

p(Y=2) = 5C2 * .52 * (1-.5)5-2 = .3125

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

Poisson random variables

A

count the number of events that occur in some time interval or given area

has lambda = Poisson parameter = expected rate that events occur at, over a given time period

*no “n” like in the Binomial number of trials*

Ex. number of hurricanes in a given yr

number of chocolate chips in a chocolate chip cookie

17
Q

Poisson probability distribution

A

P(Y=y) = e-lambda(lamday)/(y!), y = 0, 1, 2…

as lambda increases, Poisson probability distribution becomes more normal (lamda=25)

18
Q

E(Y)
Var(Y)

sd(Y)

for Poisson

A

E(Y) = lamda

Var(Y) = lamda

sd(Y) = sqr(lamda)