Simulating Textbook Probability Problems in Julia

Posted on Mon 07 February 2022 in Posts • Tagged with Julia, Probability, Simulation

Introduction

I am fascinated by the concept of Monte-Carlo simulation: you can, in principle, simulate random events and see how these simulations differ from reality (on a small scale, at least!)

Here I would like to show a couple of simple probability theory textbook problems and my attempt at simulating …


Continue reading