Random Variables and Probability Distribution

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

We are exploring how we divided up the probability of outcomes in the sample space.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

What does this topic of Random Variable and Probability Distribution?

We are talking about creating a function that relates the outcomes in a given sample space to with real numbers (used to be equally likely). These will help distribute the probability of an event.

2
New cards

Random Variable

For a given sample space Ω, of some experiment a random variable is any rule(function) that associates a number with an outcome in the sample space. It’s a function we put an outcome in and get a real number out

3
New cards

Type of Random Variables

These function can be either finite, countably infinite or uncountably infinite.

Discrete: finite set or countably finite set
Continuous: 1) uncountably infinite 2) For a single value c the function is 0 P(X=c)=0

4
New cards

Probability Distribution

These are functions that tell us how to distribute the probability to the values of the Random Variable

5
New cards

Discrete Probability Distributions

For Discrete cases we use Probability Mass Functions

6
New cards

Probability Mass Functions (PMF) — p(x)

Probability of an event {X = x} so all of the values that go into X and the output is x, these apply to continuous probability distributions

1) Determine the possible outcomes of some event
2) Add their probabilities to obtain p(x)

<p>Probability of an event {X = x} so all of the values that go into X and the output is x, these apply to continuous probability distributions<br><br>1) Determine the possible outcomes of some event <br>2) Add their probabilities to obtain p(x)</p>
7
New cards

Bernoulli Random Variable: Explain and give shorthand

This is a random variable that only has two outcomes. Basically a yes or no situation.
X is either yes (1) if it’s in the category of interest or No (0) if not.

These 1 or 0 values are not fixed can be anything

Short hand: X ~ Bern(p) , X is defined by a Bernoulli distribution with parameter p

<p>This is a random variable that only has two outcomes. Basically a yes or no situation. <br>X is either yes (1) if it’s in the category of interest or No (0) if not. <br><br>These 1 or 0 values are not fixed can be anything<br><br>Short hand: X ~ Bern(p) , X is defined by a Bernoulli distribution with parameter p</p>
8
New cards

Parameters

inputs within the PMF that change the probability distribution

9
New cards

Binomial Experiment

This is just context, basically its a bunch of Bernoulli random variables together. n trails with either yes or no. AND each trail is independent and has the same probability of occurring.

10
New cards

Binomial Random Variable: Explain and give shorthand

X associated with a binomial experiment consisting on n trails and the function(X) is the number of success trails (x results in 1).
We want to figure out how many ways X can end up as success (matter the amount of trials and probability)

Shorthand : X ~ Bin(n,p)

<p>X associated with a binomial experiment consisting on n trails and the function(X) is the number of success trails (x results in 1).<br>We want to figure out how many ways X can end up as success (matter the amount of trials and probability) <br><br>Shorthand : X ~ Bin(n,p)</p>
11
New cards

Poisson Random Variable: explanation and shorthand

Type of data dealing with counts the pmf is given by (the image) and most likely values are around the parameter (λ)

X ~ Poisson (λ=1)

<p>Type of data dealing with counts the pmf is given by (the image) and most likely values are around the parameter (<strong>λ</strong>)<br><br>X ~ Poisson (<strong>λ=1</strong>)</p>
12
New cards

Probability Density Functions (pdf)

these are the continuous type of probability distribution functions of X.

X is continuous if there is nonnegative function (pdf) such that

for PDF since we are dealing with continuous the outer bounds do not matter since X cannot have a value for a single input (since we are talking about infinite values)

<p>these are the continuous type of probability distribution functions of X. <br><br>X is continuous if there is nonnegative function (pdf) such that<br><br>for PDF since we are dealing with continuous the outer bounds do not matter since X cannot have a value for a single input (since we are talking about infinite values)</p>
13
New cards

Support Set

the collection of possible values that X could be

14
New cards

Exponential Distribution

This is a common pdf with a scale factor of λ where λ is >0 if the pdf follows (image)

<p>This is a common pdf with a scale factor of <strong>λ </strong>where <strong>λ </strong>is &gt;0 if the pdf follows (image) </p>
15
New cards

Normal Distribution - explain and give shorthand

For a random variable X has a normal distribution with parameters μ (mean) and σ (standard deviation) if the density curve is (image) from (-inf,inf)

X ~ N(μ (center) , σ (scales))

<p>For a random variable X has a normal distribution with parameters μ (mean) and σ (standard deviation) if the density curve is (image) from (-inf,inf)<br><br>X ~ N(μ (center) , σ (scales)) </p>
16
New cards

Calculating Normal Distribution

Instead of doing an integration (since it would take way too long and different for many values) we use a formalized way. Standard Normal Distribution, this means we keep the parameters 0,1 respectively.

We transform it into a Z-score

17
New cards

Z-Score

Z = X - μ/σ
(+) is above average

(-) is below average

We use this because the area under the curve (needed info) is the same for both

18
New cards

Solving Normal Distribution

knowt flashcard image
19
New cards

Cumulative Distribution Functions (cdf)

These are used to come up with pmf and pdf from the CDF short of allow you to get values from the tables and subtract them (discrete) together or differentiate them (continuous).

No in between values so s step function with values from the tables of probabilities