1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Bernoulli (pmf, expectation, variance, applications)
PMF: pt(1−p)1−t
Expectation: E[x] = p
Variance: Var(x) = p(1-p)
Applications: Modeling a single event outcome (e.g., default/no default, success/failure of a trade).
Binomial (pmf, expectation, variance, applications)
PMF: P(x = k) =
(n choose k) ⋅pk⋅(1−p)n−k
Variance, Standard Deviation (equations)
Variance: Var(X) = E[X²] - (E[X])²
Standard Deviation: σ=Var(x)
Conditional Probability (equation and description )
P(A∣B)=P(B)P(A∩B)
The probability of event A occurring given that event B has already occurred
Bayes’ Theorem (equation and description)
P(A1∣B)=P(B)P(A1)⋅P(B∣A1)
Relates posterior probability to prior and likelihood (crucial for updating beliefs as new data arrives)