|
Building a
worksheet-based Monte Carlo
simulation to calculate time for commuting
to work
Now that
we've built a couple of models to illustrate
the basic concepts, we'll take the next step
of building a model that actually solves a
problem that would be difficult to solve
without a Monte Carlo method approach.
We will
calculate the time it takes to commute from
home to the office. We are trying to
answer the following two questions:
1. How
much time do I need to allow in order to
have 75% confidence that I will arrive on
time?
2. How much time should I allow in
order to have 99.5% confidence that I will
arrive on time (on days that start with an
important meeting)? |