Chapter 5: Continuous Random Variables

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

1/22

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards
Probability density function
a statistical measure used to gauge the likely outcome of a discrete value
2
New cards
Cumulative distribution function
a function whose value is the probability that a corresponding continuous random variable has a value less than or equal to the argument of the function.
3
New cards
Continuous probability distributions
PROBABILITY \= AREA
4
New cards
Continuous probability density function
gives the relative likelihood of any outcome in a continuum occurring
5
New cards
The uniform distribution
is a continuous probability distribution and is concerned with events that are equally likely to occur.
6
New cards
Uniform Mean
𝜇\=(𝑎+𝑏) / 2
7
New cards
Uniform Standard deviation
𝜎\=√((𝑏−𝑎)^2 / 12)
8
New cards
Uniform pdf
𝑓(𝑥)\=1 / 𝑏−𝑎 for a ≤ x ≤ b
9
New cards
Uniform cdf
P(X ≤ x) \= 𝑥−𝑎 / 𝑏−𝑎
10
New cards
Probability density function
𝑓(𝑥)\=(1 / b−a) for 𝑎 ≤ 𝑋 ≤ 𝑏
11
New cards
Area to the Left of x**
** P(X < x) \= (x – a)(1 / 𝑏−𝑎)
12
New cards
Area to the Right of x**
** P(X \> x) \= (b – x)(1 / 𝑏−𝑎)
13
New cards
Area Between c and d**
** P(c < x < d) \= (base)(height) \= (d – c)(1 / 𝑏−𝑎)
14
New cards
Memoryless property
the independence of events or, more specifically, the independence of event-to-event times or P (X \> r + t | X \> r) \= P (X \> t) for all r ≥ 0 and t ≥ 0
15
New cards
Exponential Distribution
X ~ Exp(m) where m \= the decay parameter
16
New cards
decay parameter
m \= 1 / μ and we write X ∼ Exp(m) where x ≥ 0 and m \> 0
17
New cards
exponential pdf
f(x) \= me^(–mx) where x ≥ 0 and m \> 0
18
New cards
exponential cdf
P(X ≤ x) \= 1 – e^(–mx)
19
New cards
exponential mean
µ \= 1/𝑚
20
New cards
exponential standard deviation
σ \= µ
21
New cards
exponential percentile k
k \= 𝑙𝑛(1−𝐴𝑟𝑒𝑎𝑇𝑜𝑇ℎ𝑒𝐿𝑒𝑓𝑡𝑂𝑓𝑘) / (−𝑚)
22
New cards
Poisson probability
𝑃(𝑋\=𝑘)\=𝜆^𝑘 𝑒^−𝑘 / 𝑘! P(X\=k) with mean λ
23
New cards
k!
k\*(k-1)*(k-2)*(k-3)*…3*2\*1