Random Variables Flashcards

1
Q

Random Variable:

A

We call a function X from S to the real values R a random variable if, for every w in S, X(w) is a real number.

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

Probability distribution of a random variable X

A

{P[X in B] : is a subset of R}

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

Extension Theorem

A

The probability distribution of a random variable X is uniquely determined.

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

Cumulative distribution function

(cdf)

A

Let X be a random variable (discrete or continuous).

Let FX(x) be a real-valued function be defined as follows:

FX(x) = P[X <= x]

for all x

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

Properties of cdf

A

c) And right continuous

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

Continuous random variable X

A

If FX is continuous, then the random variable X is continuous as well.

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

Example cdf

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

P[a < X <= b]

A

FX(b) - FX(b) for all a,b in R

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

Discrete Random Variable

A
  • cdf is a step function
  • Probability mass function: pX(x) = P[X=x]
    • Note: pX(x) = 0 is x cannot be assumed by X
      *
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Theorem

The pmf of a discrete random variable uniquely determines the probability distribution of that random variable

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

How to go from pX(x) to FX(x)?

A

Remember that pX(x) represents the “jump” height of FX(x) .

So we get pX(x0) = FX(x0) - FX(x0-)

where x0 is fixed.

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

Basic properties of pX(x)

A

pX(x) >= 0

Sum over all x that X can assume pX(x) = 1

A plot of pX(x) looks like many points.

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

Discrete Uniform Distribution

A

The random variable X has a discrete uniform distribution on the real numbers a1, a2, …, ak

iff

pX(ai) = P[X = ai] = 1/N for all i

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

Binomial Distributions

A

The random variable X has a binomial distribution with parameters n and p

iff

P(X=x) = (nCx)(p^x)(1-p)^(n-x)

for x = 0,1,2,…,n

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

Bernoulli Distribution

A

The random variable X has a Bernoulli distribution with parameter 0 < p < 1

iff

P(X=x) = p^x(1-p)^(1-x)

for x = 1,0

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

Bernoulli trials

A

Only two outcomes, success and failure.

Notice: trials are independent

17
Q

What do we need to have a binomial distribution?

A
  • We need to have Bernoulli trials
  • The trials must be, then, independent
  • The probability of a “success” has to be the same for every trial.
18
Q

Geometric Distribution

A

“Until success in the x-th trial”

The random variable X has a geometric distribution

iff

P(X=x) = (1-p)^(x-1)p

for x = 1,2,….

19
Q

Negative Binomial Distribution

A

“Trials until get x successes”

P(X=x) = (n-1)C(x-1) (1-p)^(n-1-(x-1)) p^(x-1) p

=(n-1)C(x-1) (1-p)^(n-x) p^(x-1) p

20
Q

Do example in page 36

A
21
Q

Posson Distribution

A

P(X=x) = e^(-lambda) * (lambda^x)/ x!

for x = 0,1,…

22
Q

Hypergeometric Distribution

A

Fish-in-the-lake

The random variable X has a hypergeometric distribution with parameters N, n, a

iff

P(X=x) = (aCx)*(N-aCn-x)/ (NCn)