Up until now, we have focused primarily on discrete distributions:
- Bernoulli
- Binomial
- Negative Binomial
- Poisson
Up until now, we have focused primarily on discrete distributions:
Discrete probability distributions have the property that we can calculate a probability for each possible outcome.
Discrete probability distributions have the property that we can calculate a probability for each possible outcome.
Outcome | P |
---|---|
1 | \(p\) |
0 | \(1-p\) |
Discrete probability distributions have the property that we can calculate a probability for each possible outcome.
Outcome | P |
---|---|
0 | 0.237 |
1 | 0.396 |
2 | 0.264 |
3 | 0.088 |
4 | 0.015 |
5 | 0.001 |
Discrete probability distributions have the property that we can calculate a probability for each possible outcome.
In general,
\(P(Outcome = x) = {N \choose x}p^x(1-p)^{N-x}\)
Discrete probability distributions have the property that we can calculate a probability for each possible outcome.
In general,
\(P(Outcome = x) = {k-1 \choose x}p^k(1-p)^{x}\)
Discrete probability distributions have the property that we can calculate a probability for each possible outcome.
In general,
\(P(Outcome = x) = \frac{\lambda^xe^{-\lambda}}{x!}\)
In contrast to discrete probability models where \[P(\text{Outcome} = x) > 0\] for at least one candidate outcome, the outcomes of continuous probability models all have zero probability, \[P(\text{Outcome} = x) = 0.\]
Rather than individual outcomes, the focus will be on intervals of outcomes.
A key interval of interest is \((-\infty, x]\).
\(P(X\in (-\infty, x]) = P(X \leq x)\)
\[F_X(x) = P(X \leq x)\]
\[F_X(x) = P(X \leq x)\]
Properties
\[f_X(x) = \frac{d}{dx} F_X(x)\]