SU-CS109 OCT112023
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
- New problem solving recipe
- recognize classic random variable
- define a random variable of the correct parameters
- use their PMF and solve
- Galton Board
Questions
Debugging probability: put in large values of \(p\) for things; if you end up with a number higher than \(1\) for the probability, you probably tried to add not mutually exclusive events
Interesting Factoids
SU-CS109 OCT132023
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
Questions
Interesting Factoids
SU-CS109 OCT162023
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
- support
- more discrete random variables!
- hypergeometric: drawing without replacement
- probability density function
- continuous random variables
- cumulative distribution function
Important Results / Claims
- PDFs are derivatives of probability
Questions
Interesting Factoids
SU-CS109 OCT182023
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
Questions
Interesting Factoids
SU-CS109 OCT202023
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
- for Naive Bayes against some multinomial distribution, its often a good time to find the ratios of the results because the combination in the beginning cancels out if you are analyzing the same samples upon different prior probabilities
\begin{equation} \frac{P(H|D)}{P(M|D)} = \frac{\prod_{i} h_{i}^{c_{i}}}{\prod_{i} m_{i}^{c_{i}}} \end{equation}
