Monte Carlo Simulation Adapted From Law and Kelton
What is Monte Carlo Simulation? A scheme employing random numbers, U(0,1) random variates, which is used to solving certain stochastic or deterministic problems where the passage of time does not play an important role.  It is rather static than dynamic.
Example Ex. Suppose that we want to evaluate this integral:   Where g(x) is a real valued function that is not integrable
To use simulation, let Y be that random variable (b-a)g(X), where X is a continuous random variable distributed uniformly on [a,b]. Thus,   = I
But, E(Y) can be estimated using the concept of the sample mean . Thus,
Ex. Evaluate  (Answer is 2). n 10 20 40 80 160 2.213 1.951 1.948 1.989 1.993

Monte carlo simulation

  • 1.
    Monte Carlo SimulationAdapted From Law and Kelton
  • 2.
    What is MonteCarlo Simulation? A scheme employing random numbers, U(0,1) random variates, which is used to solving certain stochastic or deterministic problems where the passage of time does not play an important role. It is rather static than dynamic.
  • 3.
    Example Ex. Supposethat we want to evaluate this integral:   Where g(x) is a real valued function that is not integrable
  • 4.
    To use simulation,let Y be that random variable (b-a)g(X), where X is a continuous random variable distributed uniformly on [a,b]. Thus, = I
  • 5.
    But, E(Y) canbe estimated using the concept of the sample mean . Thus,
  • 6.
    Ex. Evaluate (Answer is 2). n 10 20 40 80 160 2.213 1.951 1.948 1.989 1.993