16-Nov-2022 09:15:53 monty_hall_simulation_test(): MATLAB/Octave version 4.2.2 monty_hall_simulation() simulates the Monty Hall prize winning game, in which a prize is hidden behind one of several doors. Doors No-switch winning Switch winning Observed Predicted Observed Predicted 3 0.3299 0.3333 0.6666 0.6667 4 0.2501 0.25 0.376 0.375 5 0.2006 0.2 0.2683 0.2667 6 0.1666 0.1667 0.2108 0.2083 7 0.1434 0.1429 0.1727 0.1714 8 0.1249 0.125 0.1459 0.1458 9 0.1103 0.1111 0.1264 0.127 10 0.09976 0.1 0.1125 0.1125 monty_hall_simulation_test(): Normal end of execution. 16-Nov-2022 09:24:22