mirror of
https://github.com/asimonson1125/Implementations-of-Probability-Theory.git
synced 2026-02-24 21:59:50 -06:00
FUCK I WROTE THE WRONG FUCKING EQUATION
This commit is contained in:
Binary file not shown.
@@ -733,8 +733,8 @@ calculated:
|
||||
\begin{center}
|
||||
Two consecutive sunny days:
|
||||
\[(\frac{5}{6} * .95) * (.9 * .95) \approx 0.677 \]
|
||||
Sunny, cloudy:
|
||||
\[(\frac{1}{6} * .6) * (.1 * .6) = 0.006 \]
|
||||
Cloudy, Sunny:
|
||||
\[(\frac{1}{6} * .6) * (.1 * .95) = 0.0095 \]
|
||||
\end{center}
|
||||
|
||||
Hence, we can eliminate the \([\text{Cloudy, Sunny}]\) starting sequence from the most probable sequence of steps given the observations. Doing the same thing
|
||||
|
||||
Reference in New Issue
Block a user