Exercises / math
Bayes after a timeout
P(down)=0.1, P(timeout|down)=0.9, P(timeout|up)=0.05. Print P(down|timeout) rounded to 3 decimals.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.
Exercises / math
P(down)=0.1, P(timeout|down)=0.9, P(timeout|up)=0.05. Print P(down|timeout) rounded to 3 decimals.
Run to execute this in your browser. Nothing is sent to a server.