Random Variables Flashcards

1
Q

Discrete Random variables

A

A random variable that can take on at most a countable number of possible values is said to be discrete

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

Expected Value

A

E[X] = ∑xip(xi) xp(x)

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

Var(X)

A

Var(X) = E[(X - µ)2]

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

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

Bernoulli Random Variable

A

Random variable given by equation:

p(0) = P{X=0} = 1 - p

p(1) = P{X=1} = p

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

Poisson random variable

A

p(i) = e * (λi)/i!

λ = np

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

E[X]

A

= ∑ xi.p(xi)

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

E[g(X)]

A

= ∑ g(xi).p(xi)

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

Corollary 4.1

A

If a and b are constants, then E[aX + b] = aE[X] + b

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

First moment of X

A

E[X] (the mean)

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

Nth moment of X

A

E[X^n], n ≥ 1

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

E[X^n]

A

∑ x^np(x)

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

E[X], where X is a binomial random variable with parameters n and p

A

E[x] = np

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

Var(X), where X is a binomial random variable with parameters n and p

A

Var(X) = np(1 - p)

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

Proposition 6.1

A

If X is a binomial random variable with parameters (n, p) where 0 < p < q, then as k goes from 0 to n, P{ X = k } first increases monotonically and then decreases monotonically, reaching its largest value when k is the largest integer less than or equal to (n + 1)p

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

Poisson distribution requirements

A
  • Events are occurring independently - The probability that an event occurs in a given length of time does not change through time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Variance for a poisson distribution

A

equals the mean/expected value = µ = λ

17
Q

Geometric random variable

A

Suppose that independent trials, (each having a probability p, 0

<1, of being a success,) are performed until a success occurs. If we let X equal the number of trials, then: P{X = n} = p(1 - p)^(n-1), n = 1,2,…

18
Q

Negative Binomial Random Variable

A

Suppose that independent trials are performed until a total of r successes is accumulated. If we let X equal the number of trials required, then: P{X = n} = (n-1)C(r-1) p^r(1 - p)^(n-r)

19
Q

Requirements for the Negative Binomial Random Variable

A
  • Independent trials - Each trial results one of 2 outcomes: success or failure - P(success) = p, this stays constant throughout - P(failure) = 1 - p - X represents the trial number of the rth success
20
Q

Mean of a Negative Binomial Random Variable

A

µ = r/p

21
Q

Variance of a negative binomial random variable

A

r(1 - p)/p^2