Prob Stats: Ch 5: Discrete Random Variables

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What is a Random Variable (RV)?

A function (X) from a sample space that outputs information about the result of some random eperiment

It’s called a Random Veraible because we dont decide what to “put in” the function X

<p>A function (X) from a sample space that outputs information about the result of some random eperiment</p><p>It’s called a Random Veraible because we dont decide what to “put in” the function X</p>
2
New cards

Define Range

the set of all possible values that are the result of the function X.

3
New cards

Discrete

When the range of X is countable (usually a subset of integers).

ex: Age of a random student

4
New cards

Continuous

When the range of X contains an interval

ex: amount of time spent waiting at a cross walk

5
New cards

Probability Mass Function (pmf)

Describes the distribution of X.

  • Denoted by f(x)

  • Can be graphed as a probability histogram

  • The sum of all values of a pmf is 1

<p>Describes the distribution of X. </p><ul><li><p>Denoted by <strong>f(x)</strong></p></li><li><p>Can be graphed as a probability histogram </p></li><li><p>The sum of all values of a pmf is <strong>1</strong></p></li></ul><p></p>
6
New cards

Cumulative Distribution Function (cdf)

F(x) = P(X ≤ x)

  • Denoted by F(x)

  • A non-decreasing function

  • Sums the probabilities of a pmf up to a specified value

<p>F(x) = P(X ≤ x)</p><ul><li><p>Denoted by <strong>F(x)</strong></p></li><li><p>A non-decreasing function</p></li><li><p>Sums the probabilities of a pmf up to a specified value</p></li></ul><p></p>
7
New cards

The cdf (can/cannot) be calculated from the pmf

can

<p>can</p>
8
New cards

Equation for calculating pmf from cdf

f (x) = F(x) − F(x_)

Subtract the largest number in the range of X which is less than x.

<p>f (x) = F(x) − F(x_)</p><p>Subtract the largest number in the range of X which is less than x.</p>
9
New cards

Expectation Meaning & Equation

The mean of X for a discrete random variable with pmf f(x).
E(X)=μX =SUM of All xf(x)

<p>The mean of X for a discrete random variable with pmf f(x).<br>E(X)=μX =SUM of All xf(x) </p>
10
New cards

Variance Equation

Measures the variability of X. V(X) is always ≥ 0.P

V(X)=σ² subscript x = SUM of All (x−μX)²f(x)

or

V(x)= SUM of All (x-E)²f(x)

or

V(X)= E(X²)-[E(X)]²

<p>Measures the variability of X. V(X) is always ≥ 0.P </p><p>V(X)=σ² <em>subscript</em> x = SUM of All (x−μX)²f(x)</p><p>or</p><p>V(x)= SUM of All (x-E)²f(x)</p><p>or</p><p>V(X)= E(X²)-[E(X)]²</p>
11
New cards

Standard Deviation for any RV X

σ subscript x = sqrt σ² subscript x

or

σ subscript x = sqrt V

<p>σ <em>subscript</em> x = sqrt σ² <em>subscript</em> x</p><p>or</p><p>σ <em>subscript</em> x = sqrt V</p>
12
New cards

Properties of Expectation and Variance

<p></p>
13
New cards

Independent RVs

Two random variables X1 and X2 are independent if the value taken by one of them does not influence the value of the other.

P(X1 =j and X2 =k)=P(X1 =j)P(X2 =k)

<p>Two random variables X1 and X2 are <strong>independent </strong> if the value taken by one of them does not influence the value of the other.</p><p>P(X1 =j and X2 =k)=P(X1 =j)P(X2 =k)</p>
14
New cards

Variance for Independent RVs

If X1 and X2 are independent RVs,

V (X1 + X2) = V (X1) + V (X2)

and

V (X1 − X2) = V (X1) + V (X2)

<p>If X1 and X2 are independent RVs,</p><p>V (X1 + X2) = V (X1) + V (X2)</p><p>and</p><p>V (X1 − X2) = V (X1) + V (X2)</p>
15
New cards

What is a Bernoulli Distribution

Represents the probability of a single "yes/no" outcome in an experiment (1 Trial). Can be described by one parameter (p: the success probability).

Mean: p

Variance: pq

X~ Bernoulli (p)

16
New cards

What is a Binomial Distribution?

A Bernoulli distribution with n repeated trials that counts the number of trials are successes and failures.

X~ Binomial (n,p)

n= # of trials

p= success probability for each trial

Failure probability (q)= 1-p

17
New cards

Probability Mass Function (pmf) of Binomial Distribution

p= success probability for each trial

Failure probability (q)= 1-p

<p>p= success probability for each trial</p><p>Failure probability (q)= 1-p</p>
18
New cards

Expectation for a Binomial Distribution

The expected number of successes in an experiment. aka the mean
E(x)= np

19
New cards

Variance of a Binomial Distribution

V(x) = npq

20
New cards

Hypergeometric Distribution

An experiment involving drawing without replacement. (trials are NOT independent).

X~ Hyp.Geo. (N, K, n)


N= population size

K= # of sucesse states in population

n= # of draws

k= number of observed successes

<p>An experiment involving drawing without replacement. (trials are NOT independent).</p><p>X~ Hyp.Geo. (N, K, n)</p><p><br>N= population size</p><p>K= # of sucesse states in population</p><p>n= # of draws</p><p>k= number of observed successes</p>
21
New cards

Mean & Variance of Hypergeometric Distribution

knowt flashcard image
22
New cards

In what case can a Hypergeometric Distribution estimate a binomial distribution?

IAs population size and # of success states in the population approach infinity. Also when K/N approaches p (probability of success states)

23
New cards

Poisson Distribution

discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space, if these events occur with a known constant mean rate (λ) and independently of the time since the last event.

X~ Poisson (λ)

→ pmf equation in image

k= number of success states

ex: # of Amoeba offspring produced at a set interval of time.

<p>discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space, if these events occur with a known constant mean rate (λ) and independently of the time since the last event.</p><p>X~ Poisson (λ) </p><p>→ pmf equation in image</p><p>k= number of success states </p><p>ex: # of Amoeba  offspring produced at a set interval of time.</p>
24
New cards

In what case can a Poisson Distribution estimate a binomial distribution?

As n (number of trials) approaches infinity and when np(the mean of binomial distribution) approaches the rate λ.

25
New cards

Expectation and Variance of Poisson distribution

knowt flashcard image