12 Discrete Random Variables Flashcards

(27 cards)

1
Q

Random variable

A

A variable that takes on numerical values depending on the outcome of a random experiment.

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

Discrete random variable

A

A random variable that can take no more than a countable number of values

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

What is a random variable denoted by?

A

X

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

What is P(X=x) or P(x)

A

The probability that X takes the specific value x

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

Cumulative distribution function F(x)

A

Shows the probability that X is less than or equal to x

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

How can the cumulative distribution function be written as a normal probability function

A

F(x)= P(X<=x)

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

Joint probability function

A

Used to express the probability that X takes the specific value x and simultaneously Y takes the specific value y, as a function of x and y

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

How is a joint probability function for x and y written

A

P(x,y) P(X=x n Y=y)

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

Margin probabilities

A

Is the probability of one event happening irrespective of another event happening

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

Conditional probability function

A

Expresses the probability that X takes the value x when the value y is specified for Y

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

Equation for conditional probability function

A

P(x|y) =P(x,y)/P(y)

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

What is the expected value

A

The analogous measure of central location for a random variable

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

Properties of expected values

A

If X and Y are random variables and b is a constant
1. E(X+Y)= E(X)+E(Y)
2. E(bX)= bE(X)
3. E(b)= b
In general E(g(x)) and g(E(x)) are not equal

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

Properties of the variance

A
If V, W and Z are random variables and b is a constant 
1. If Y=V+W:
Var(Y)= var(V)+var(W)+2cov(V,W)
2.if Y=bZ:
Var(Y)=b^2var(Z)
3. If Y=b:
Var(Y)=0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the covariance when two random variables are statistically independent?

A

0

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

Properties of covariance

A
1. If Y= V+W
Cov(X,Y)= cov(X,V)+cov(X,W)
2. If Y=bZ
Cov(X,Y)= bcov(X,Z)
3. If Y=b
Cov(X,Y)=0
17
Q

If the covariance is zero what does this tell us?

A

Nothing. The variables maybe independent or dependent

18
Q

Permutations

A

The number of possible oderings with a set of n objects and x ordered boxes

19
Q

Combinations

A

We are concerned with the number of different ways that x objects can be selected from n but not concerned about the order

20
Q

Which is bigger, the permutation or the combination?

21
Q

Bernoulli distribution

A

A random experiment with only two possible outcomes of

22
Q

Binomial random variable

A

The outcome of a series of n independent Bernoulli trials

23
Q

Poisson distribution

A

The distribution of the number of times a certain event occurs in a specific time interval or in a specific length or area

24
Q

Assumptions of Poisson distribution

A

Assume the interval can be divided into very small sub intervals such that:

  • the probability that an event occurs in one sub interval is very small
  • the probability of one success in a sub interval is constant for all sub intervals and is proportional to its length
  • the sub intervals are independent of each other
25
What does lambda represent in Poisson distribution?
The mean number for successes in the subinterval and the variance
26
Differences between Poisson and binomial
- a binomial is limited to the number of trials - a Poisson can take an infinite number of values - in binomial mean is greater than variance - in Poisson mean is equal to variance
27
When can Poisson distribution be approximated to binomial distribution?
When n is large and p is small