Renormalize files

This commit is contained in:
2025-01-07 19:27:29 -04:00
parent 2bf7d29931
commit f34e528b5a
112 changed files with 12951 additions and 12951 deletions

View File

@@ -1,24 +1,24 @@
Lecture Topic: Binomial Distribution
# Requirements of Binomial Experiments
- (n) independent trials
- Possible outcomes: success (S) and failure (F)
- Success probability (p)
## Formula
The pmf of binomial rv $X$ depends on two parameters $n$ and $p$. We denote the pmf by $b(x; n,p)$
$$b(x;n,p) = \{
\begin{pmatrix}
n \\
p \\
\end{pmatrix}
p^x(1-p)^{n-x}
\}$$
$x = 0, 1, 2, ..., n$
If X ~ b(x; n,p), then
1. E(X) = np
2. V(X) = np(1-p)
# Examples
Lecture Topic: Binomial Distribution
# Requirements of Binomial Experiments
- (n) independent trials
- Possible outcomes: success (S) and failure (F)
- Success probability (p)
## Formula
The pmf of binomial rv $X$ depends on two parameters $n$ and $p$. We denote the pmf by $b(x; n,p)$
$$b(x;n,p) = \{
\begin{pmatrix}
n \\
p \\
\end{pmatrix}
p^x(1-p)^{n-x}
\}$$
$x = 0, 1, 2, ..., n$
If X ~ b(x; n,p), then
1. E(X) = np
2. V(X) = np(1-p)
# Examples
Examples in posted pdf