| ... | ... | @@ -62,7 +62,7 @@ p(E_1) = p(E_1|E_2)p(E_2) + p(E_1|E_2^c) p(E_2^c) |
|
|
|
```
|
|
|
|
|
|
|
|
```math
|
|
|
|
p(E_1) = p(E_1|E_2)` + p(E_1|E_2^c)(1-p(E_2))
|
|
|
|
p(E_1) = p(E_1|E_2)p(E_2) + p(E_1|E_2^c)(1-p(E_2))
|
|
|
|
```
|
|
|
|
|
|
|
|
This is exactly what we described in text at the beginning, where the weights are $`p(E_2)`$ and $`1-p(E_2)`$, respectively.
|
| ... | ... | |
| ... | ... | |