Chapter 4-Distributions Of Random Variables Flashcards

1
Q

Normal Curve or Normal Distribution

A

Describes a symmetric bell curve

Noted as (N(µ,SD))

Many variables are nearly normal but none are exactly normal

Changing the mean shifts the bell curve left or right, accordingly
Change the standard deviation will stretch or compress the bell curve

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

Parameters

A

The mean and standard deviation of a Normal Distribution

Mean=mu
Standard deviation =sigma

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

Standard Normal Distribution

A

When the mean =0 and the standard deviation = 1

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

Z-Score

A

How many standard deviations away from the mean is an observation.

Used to determine how unusual an observation is, when the absolute value of z-score for x1 is greater than the absolute value of z-score for x2, then x1 is said to be more unusual than x2

Mathematically:
Z = (x-µ)/SD

Where,
x=observation
µ=mean/expected value
SD=standard deviation = √Var(x)

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

Solving normal probability examples

A

1) always draw and label a picture of the Normal Distribution. This will help give estimates
2) calculate the z-score

3) use statistical software to compute the area above or below the z-score accordingly
* Note- many statistical programs give areas to the left only. To compute the right area, subtract value from one (1-left area)

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

68-95-99 Rule

A

Rule of thumb for the probability of falling within 1, 2, or 3 standard deviations

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

Bernoulli Distribution or Bernoulli Random Variable

A

When an individual trial has only two possible outcomes

Labeled either 1 (i.e. success) or 0 (i.e. failure)

mu = p
sigma = sqrt(p(1-p))

Where,
p= probability of success
1-p= probability of failure or 0

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

Sample proportion

A

Is the sample mean of observations

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

Geometric Distribution

A

Describes the waiting time until a success for independent and identically distributed (iid) Bernoulli random variables

Probability is finding success in nth trial:
((1-p)^(n-1))*p

Where 1-p = probability of failure

I.e. Calculate the probability of rolling a 6 for the first time on the 6th roll of a die?

P(6 on the 6th roll) = (1-(1/6))^(6-1)(1/6) = (5/6)^5(1/6) ≈ 0.067

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

Geometric Distribution: mean/expected value

A

µ = 1/p

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

Geometric Distribution: Variance

A

SD^2 = (1-p)/p

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

Geometric Distribution: standard deviation

A

sigma = √(1-p)/p^2

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

Binomial Distribution

A

Used to describe the number of successes in a fixed number of trials

The probability of having k successes in n independent Bernoulli trials with probability of success p

(n choose k)p^k(1-p)^(n-k)=(n!)/(k!(n-k)!)p^k(1-p)^(n-k)

To be binomial, it must meet four conditions

1) trials are independent
2) number of trials, n, is fixed
3) each trial outcome can be classified as success or failure
4) probability of a success, p, is the same for each trial

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

Binomial distribution: mean, variance, standard deviation

A

mu = n*p

sigma^2 = np(1-p)

sigma = sqrt[n*p(1-p)]

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

Completing Binomial Probabilities

A

1) check that the model is appropriate
2) identify n, p, k
3) use software or the formula to determine the probability and interpret the results

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

Normal approximation of the binomial Distribution

A

The binomial Distribution with Probability of success p is meant normal when the sample size n is sufficiently large that np and n(1-p) are both at least 10. The approximate Normal Distribution has parameters corresponding to the mean and standard deviation of the binomial Distribution:

mu = n*p
sigma = sqrt[n*p(1-p)]

May need to add extra area (0.5 on either end) when applying the Normal Distribution when examining a range of observations

17
Q

Negative Binomial Distribution

A

Describes the probability of observing the kth successes on the nth trial

Must meet 4 conditions:

1) trails are independent
2) each trial outcome can be classified as success or failure
3) the probability of success, p, is same for each trial
4) the last trial must be a success

P(the k-th successes on the the n-th trial) = ((n-1)!/(k-1)!)p^k(1-p)^(n-k)

The value p represents the probability that an individual trial is a success

18
Q

Poison Distribution

A

Useful for estimating the number of events in a larger population over a unit of time, assuming observations/individuals within the population are independent

rate = lambda

P(observe k events) = (lambda^k*e^(-k))/k!

General guidelines:

  • population must be large
  • events occur independently of each other
19
Q

Computing Percentiles

A

Using R-studio: pnorm(1800, mean = 1500, sad = 300) where 1800 represents the variable/value in question

Using tables, six-sigma