Chapter 5 - Discrete Probability Distribution p.219 Flashcards

1
Q

Binomial experiment p.244

A

An experiment having four properties
1. The experiment consists of a sequence of n identical trials.
2. Two outcomes are possible on each trial. We refer to one outcome as a success and the other outcome as a failure.
3. The probability of a success, denoted by p, does not change from trial to trial. Consequently, the probability of a failure, denoted by 1 - p, does not change from trial to trial.
The trials are independent.

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

Binomial probability distribution p.244

A

A probability distribution showing the probability of x successes in n trials of a binomial experiment.

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

Binomial probability function p.248

A

The function used to compute binomial probabilities.

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

Bivariate probability distribution p.234

A

A probability distribution involving two random variables. A discrete bivariate probability distribution provides a probability for each pair of values that may occur for the two random variables.

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

Continuous random variable p.222

A

A random variable that may assume any numerical value in an interval or collection of intervals.

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

Discrete random variable p.221

A

A random variable that may assume any numerical value in an internal or collection of intervals.

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

Discrete uniform probability distribution p.226

A

A probability distribution for which each possible value of the random variable has the same probability.

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

Empirical discrete distribution p.224

A

A discrete probability distribution showing the probability of x successes in n trials from a population with r successes and N - r failures.

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

Expected value p.229

A

A measure of the central location of a random variable.

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

Hypergeometric probability distribution p.258

A
  • A probability distribution showing the probability of x successes in n trials from a population with r successes and N - r failures.
  • Closely related to the binomial distribution. The two probability distributions differ in two key ways:
    1. With the hypergeometric distribution, the trials are not independent
    2. And the probability of success changes from trial to trial
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Hypergeometric probability function p.258

A
  • The function used to compute hypergeometric probabilities.
  • Used to compute the probability that in a random selection of n elements. Selected without replacement, we obtain x elements labeled success and n - x elements labeled failure.
  • f(x), the probability of obtaining x successes in n trials.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Poisson probability distribution p.254

A

A probability distribution showing the probability of x successes in n trials of a binomial experiment.

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

Poisson probability function p.254

A

The function used to compute binomial probabilities.

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

Probability distribution p.224

A

A description of how the probabilities are distributed over the values of the random variable.

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

Probability function p.224

A

A function, denoted by f(x), that provides the probability that x assumes a particular value for a discrete random variable.

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

Standard deviation p.230

A

The positive square root of the variance.

17
Q

Variance p.229

A

A measure of the variability, or dispersion, of a random variable.

18
Q

5.3 Discrete Uniform Probability Function

A
  • f(x) = 1/n
  • Where
    - N = the number of values the random variable may assume.
19
Q

5.4 Expected Value of a Discrete Random Variable

A

E(x) = u = Sum(x*f(x))

20
Q

5.5 Variance of a Discrete Random Variable

A

Var(x) = o2 = Sum((x - u)2 * f(x))

21
Q

5.6 Covariance of Random Variables x and y

A

The covariance and/or correlation coefficient are good measures of association between two random variables.

Covariance(x,y) = [Var(x + y) - Var(x) - Var(y)]/2

22
Q

5.7 Correlation between Random Variables x and y

A

To get a better sense of the strength of the relationship between two random variables we can compute the correlation coefficient.

Correlation(x,y) = Covariance(x,y)/(StDev(x) * StDev(y))

23
Q

5.8 Expected Value of a Linear Combination of Random Variables x and y

A

E(ax + by) = aE(x) + bE(y)

- Where ‘a’ represents the coefficient of x and ‘b’ represents the coefficient of y in the linear combination.

24
Q

5.9 Variance of a Linear Combination of Two Random Variables

A

When the covariance between two random variables is known, we can compute the variance of a linear combination of two variables.

Var(ax + by) = a2Var(x) + b2Var(y) + (2ab)Covariance(x,y)

25
Q

5.10 Number of Experimental Outcomes Providing Exactly x Successes in n Trials

A

(n . x) = n!/(x!(n - x)!)

Where, n! = n(n - 1)(n - 2) . . . (2)(1)
And, by definition, 0! = 1

26
Q

5.12 Binomial Probability Function

A

f(x) = (n . x)px(1 - p)(n - x)

Where

    - X = the number of successes
    - P = the probability of a success on one trial
    - N = the number of trials
    - f(x) = the probability of x successes in n trials
    - (n  .  x) = n!/(x!(n - x)!)
27
Q

5.16 Hypergeometric Probability Function

A

f(x) = (r . x)((n - r) . (N - x))/(N . n)

Where

    - x = the number of successes
    - n = the number of trials
    - f(x) = the probability of x successes in n trials
    - N = the number of elements in the population
    - r = the number of elements in the population labeled success
28
Q

5.17 Expected Value for the Hypergeometric Distribution

A

E(x) = u = n(r/N)

29
Q

5.18 Variance for the Hypergeometric Distribution

A

Var(x) = StandardDeviation^2 = o^2 = n(r/N)(1 - r/N)((N - n)/(N - 1))

30
Q

Random Variable

A

A random variable is a numerical description of the outcome of an experiment.

31
Q

Required conditions for a discrete probability function

A

f(x) >= 0

Sum(f(x)) = 1

32
Q

Properties of a Poisson Experiment

A
  1. The probability of an occurrence is the same for any two intervals of equal length.
  2. The occurrence or nonoccurrence in any internal is independent of the occurrence or nonoccurrence in any other interval.