Probability for Engineers Final

0.0(0)
Studied by 13 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/68

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:10 AM on 5/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

69 Terms

1
New cards

Conditional Probability Formula: P(A|B)

knowt flashcard image
2
New cards

Disjoint

A and B = empty set

3
New cards

Bayes Rule: P(AB)P(A|B)

P(AB)=P(BA)P(A)P(B)P(A|B) = \frac{P(B|A) \cdot P(A)}{P(B)}

4
New cards

Independence

<p></p>
5
New cards

Law of Total Probability

knowt flashcard image
6
New cards

Pairwise Independence

knowt flashcard image
7
New cards

Jointly Independent

knowt flashcard image
8
New cards

How many ways to assign k states to each n things?

With replacement, order

kn

9
New cards

How many ways to list m distinct things out of n?

W/o replacement, ordered

<p>W/o replacement, ordered</p><p></p>
10
New cards

How many ways to fill a bag with m items out of n items?

W/o replacement, unordered

<p>W/o replacement, unordered</p>
11
New cards

Discrete Random Variable

Finite or countably infinite set of values

12
New cards

Probability Mass Function (PMF) of discrete random var X

knowt flashcard image
13
New cards

Bernoulli: X~Bernoulli(p)

single binary experiment with two possible outcomes: "success" (1) with probability or "failure" (0) with probability

E[X]=p

Var(x)=p(1-p)

<p>single binary experiment with two possible outcomes: "success" (1) with probability or "failure" (0) with probability</p><p>E[X]=p</p><p>Var(x)=p(1-p)</p>
14
New cards

Geometric: X~Geometric(p)

Parameter: 0 < p < 1 success probability

Models: # of independent trials until 1st success

E[X] = 1/p

Var(X) = (1-p)/p²

<p>Parameter: 0 &lt; p &lt; 1 success probability</p><p>Models: # of independent trials until 1st success</p><p>E[X] = 1/p</p><p>Var(X) = (1-p)/p²</p>
15
New cards
<p>Finite Geometric Series</p>

Finite Geometric Series

knowt flashcard image
16
New cards

Binomial: X~Binomial(n,p)

Parameters: p = success prob (0<p<1), n = # trials to be performed

Models: # success from n independent trials, w/ each trial success prob p

E[X] = np

Var(X) = np(1-p)

<p>Parameters: p = success prob (0&lt;p&lt;1), n = # trials to be performed</p><p>Models: # success from n independent trials, w/ each trial success prob p</p><p>E[X] = np</p><p>Var(X) = np(1-p)</p>
17
New cards

Binomial Theorem

knowt flashcard image
18
New cards

Poisson: X~Poiss(lambda)

Parameter: lambda > 0 (rate parameter)

Models: (A) # arrivals within some unit of time, (B) “Rare events”

E[X] = lambda

Var(X) = lambda

<p>Parameter: lambda &gt; 0 (rate parameter)</p><p>Models: (A) # arrivals within some unit of time, (B) “Rare events”</p><p>E[X] = lambda</p><p>Var(X) = lambda</p>
19
New cards

Expected Value: E[X] and E[f(x)]

knowt flashcard image
20
New cards

Variance, standard deviation

knowt flashcard image
21
New cards

Marginal PMF (discrete)

knowt flashcard image
22
New cards

E[f(X,Y)] - Discrete

knowt flashcard image
23
New cards

Linearity of Expectations (Discrete)

knowt flashcard image
24
New cards

Law of Total Expectation

knowt flashcard image
25
New cards

Independence for X, Y

knowt flashcard image
26
New cards

Covariance: Cov(X,Y)

knowt flashcard image
27
New cards

Correlation: Corr(X,Y)

knowt flashcard image
28
New cards

Continuous Random Variables

knowt flashcard image
29
New cards

Defining Properties of PDF

knowt flashcard image
30
New cards

Cumulative Distribution Function (CDF)

knowt flashcard image
31
New cards

Expected Value of Continuous RV

knowt flashcard image
32
New cards

Uniform: X~Unif[a,b]

E[X] = (a+b)/2

Var(X) = (b-a)²/12

<p>E[X] = (a+b)/2</p><p>Var(X) = (b-a)²/12</p>
33
New cards

Exponential: X~Exp(lambda)

Parameter: lambda > 0 (rate)

Models: Waiting times; (1) How long wait until next train (2) lambda = # arrivals per unit time on average

(vs. Poisson counts how many arrivals in one unit time)

E[X] = 1/(lambda)

Var(X) = 1/(lambda²)

<p>Parameter: lambda &gt; 0 (rate)</p><p>Models: Waiting times; (1) How long wait until next train (2) lambda = # arrivals per unit time on average</p><p>(vs. Poisson counts how many arrivals in one unit time)</p><p>E[X] = 1/(lambda)</p><p>Var(X) = 1/(lambda²)</p>
34
New cards

Transformations of RVs

knowt flashcard image
35
New cards

Normal Distribution: X~N(mu, sigma2)

knowt flashcard image
36
New cards

Standard Normal Distribution

knowt flashcard image
37
New cards

Continuous joint distributions

knowt flashcard image
38
New cards

Continuous joint distributions properties & expected value

knowt flashcard image
39
New cards

Marginal PDFs of Joint PDF

knowt flashcard image
40
New cards

Independence of joint PDF (continuous)

knowt flashcard image
41
New cards

Conditional PDF of X given Y

knowt flashcard image
42
New cards
term image
knowt flashcard image
43
New cards
<p>(Continuous)</p>

(Continuous)

knowt flashcard image
44
New cards

Law of total expectation with conditional PDF (continuous)

knowt flashcard image
45
New cards

Tower Property (Law of Iterated Expectations)

knowt flashcard image
46
New cards

Law of Total Variance (Conditional)

Consequence: Var(X) >= Var(E[X|Y]) always

Variance decreases after observing Y

<p>Consequence: Var(X) &gt;= Var(E[X|Y]) always</p><p>Variance decreases after observing Y</p>
47
New cards

X~Binomial(n,p):

E[X], E[X|Y=y], E[X|Y]

= np

= yp

= Yp

48
New cards

X~Binomial(n,p):

Var(Y), Var(X|Y=y), Var(X|Y)

= Var(Y)

= y*p*(1-p)

= Y*p*(1-p)

49
New cards

IID Random Vars (Independent & Identically Distributed)

knowt flashcard image
50
New cards

Moment Generating Functions (MGF)

knowt flashcard image
51
New cards

Taylor Series for ex

knowt flashcard image
52
New cards

nth moment of X

knowt flashcard image
53
New cards

(dMx/dt)(0), (d²Mx/dt²)(0), …, (dnMx/dtn)(0)

E[X], E[X²], …, E[Xn]

54
New cards

Gamma function: generalizes factorial to non-integer values

knowt flashcard image
55
New cards

MGF of Normal Distribution N(mu, sigma²)

knowt flashcard image
56
New cards

MGF: Inversion Theorem

Identify distributions from MGF form

<p>Identify distributions from MGF form</p>
57
New cards

Sample Average of n of our RVs

knowt flashcard image
58
New cards

Strong Law of Large Numbers (LLN)

knowt flashcard image
59
New cards

Weak Law of Large Numbers

knowt flashcard image
60
New cards

Error Probability

knowt flashcard image
61
New cards

Central Limit Theorem (CLT)

Solve for m, sigma depending on the distribution. Plug into formula accordingly.

<p>Solve for m, sigma depending on the distribution. Plug into formula accordingly.</p>
62
New cards

E[X/Y] - Discrete, Dependent

knowt flashcard image
63
New cards

If independent, is it correlated?

If independent, it is uncorrelated BUT if uncorrelated, not necessarily independent.

64
New cards

Continuous: E[g(X)]

Bounds: -inf, to inf

<p>Bounds: -inf, to inf</p>
65
New cards
term image
knowt flashcard image
66
New cards
term image
knowt flashcard image
67
New cards

MGF of N(0,1)

Mx=et²/2

68
New cards
<p>Infinite Geometric Series</p>

Infinite Geometric Series

knowt flashcard image
69
New cards

Var(X+Y)

Var(X) + 2Cov(X,Y) + Var(Y)