Monte Carlo Simulation: Exploring Error, Accuracy and Variance

In summary, the conversation discusses the topic of Monte Carlo simulation and its various applications in fields such as operations research, physics, economics, and telecommunications. It is explained that Monte Carlo simulation involves using computer programs to simulate situations where randomness plays a significant role, and that it often involves generating pseudo-random numbers from a uniform distribution and applying algorithms to obtain other distributions. The conversation also mentions some recommended books for further understanding of the subject.
  • #1
stn
8
0
Hello,
1. Does anybody know which book that gives a good explanation about monte carlo simulation?
I've read many tutorials, it mentions about its error, accuracy, variance.
But, many of them don't actually show, how to perform monte carlo simulation.

Questions
2. Is it actually the same as generating random numbers? Gaussian distribution?
so, it is actually random variables with normal distribution?


thanks
 
Physics news on Phys.org
  • #2
No. Monte Carlo simulation is a very large subject that is studied extensively in Operations Research. It is much broader than just generating random numbers of a known distribution. It includes simulating any situation where randomness has a significant effect (traffic simulation, combat, queueing theory, spares management, etc.) Some (admittedly old) books to give you an idea of the breadth of the subject are "Monte Carlo Methods" by Hammersley and Handscomb and "Computer Simulation Techniques" by Naylor, Balintfy, Burdick, and Chu. The first emphasizes the math and the second emphasized the computer implementation (given the limited simulation languages at that time). Maybe someone can suggest more recent references.
 
Last edited:
  • #3
stn said:
Hello,
1. Does anybody know which book that gives a good explanation about monte carlo simulation?

Can you write computer programs? "Monte-Carlo simulation" is very general subject. Suppose your wrote a computer program which had steps in it where the computer drew pseudo-random numbers to determine the outcome. The program might simulate physics, economics or just a game. Such a program is a "Monte-Carlo simulation" and if you ran it many times to get the statistics of its output, you could say you were using "Monte-Carlo simulation".

2. Is it actually the same as generating random numbers? Gaussian distribution?
so, it is actually random variables with normal distribution?

Monte-Carlo simulations on computers do use functions that generate pseudo-random numbers. The numbers are not always from normal distributions. The usual procedure is to generate pseudo-random numbers from a uniform distribution and then, if another type of distribution is desired, apply an algorithm to these uniformly distributed numbers to produce other distributions.
 
  • #4
hi Stephen,
Thanks for the explanation, it helps me a lot.
I did lots of simulation using different distributions such as Normal distribution & Rayleigh distribution in Matlab to obtain Bit error rate in wireless telecommunication without realizing that actually I've monte carlo simulation.
Only few papers mention monte carlo simulation, the rest just mention add this AWGN or Rayleigh distribution, that's why i am not clear myself.
 
  • #5
for your question!

Monte Carlo simulation is a powerful tool used in various fields of science and engineering to model and analyze complex systems. It involves using random numbers to simulate a large number of possible outcomes and then analyzing the results to gain insights into the behavior of the system. There are many books that provide a good explanation of Monte Carlo simulation, such as "Monte Carlo Methods in Financial Engineering" by Paul Glasserman and "Monte Carlo Simulation and Finance" by Don L. McLeish. These books not only explain the theory behind Monte Carlo simulation but also provide practical examples and step-by-step instructions on how to perform the simulation.

In terms of error, accuracy, and variance, Monte Carlo simulation allows for the exploration of these concepts by running multiple simulations with varying parameters. This allows for a better understanding of how different factors can affect the results and how to minimize errors and increase accuracy.

To answer your questions, Monte Carlo simulation involves generating random numbers, but it is not the same as simply generating a set of random numbers. The numbers are generated according to a specific distribution, such as a Gaussian distribution, to accurately represent the real-world system being simulated. This means that the random variables used in Monte Carlo simulation do not follow a uniform distribution, but rather a distribution that is relevant to the system being studied. This allows for a more realistic representation of the system and its behavior.

I hope this helps to clarify any confusion you may have about Monte Carlo simulation. It is a complex but valuable tool that can provide valuable insights and aid in decision-making processes in various fields.
 

1. What is Monte Carlo Simulation?

Monte Carlo Simulation is a computational technique used to model and simulate complex systems or processes using random sampling. It involves running multiple simulations with different randomly generated inputs to approximate the behavior and outcomes of the real-world system.

2. How does Monte Carlo Simulation help in exploring error?

Monte Carlo Simulation allows for the incorporation of random error in the inputs, which can help identify potential sources and magnitudes of error in the model. By running multiple simulations with different error inputs, the simulation can provide insights into the overall error of the system and how it may affect the outcomes.

3. What is the difference between accuracy and variance in Monte Carlo Simulation?

Accuracy refers to how close the simulated results are to the true values of the system, while variance measures the variability or spread of the simulation results. High accuracy means the simulation is producing results close to the real-world values, while low variance indicates that the results are consistent and not greatly influenced by random error.

4. How do you determine the number of simulations needed in a Monte Carlo Simulation?

The number of simulations needed depends on the desired level of precision and the complexity of the system being simulated. Generally, a larger number of simulations will result in more accurate and reliable results. However, this also increases the computational time and resources required for the simulation.

5. What are the potential limitations of Monte Carlo Simulation?

One limitation of Monte Carlo Simulation is that it relies on the quality of the input data and assumptions made in the model. If the inputs are inaccurate or the assumptions are flawed, the simulation results may not accurately reflect the real-world system. Additionally, Monte Carlo Simulation can be computationally expensive and time-consuming, especially for complex systems with a large number of variables.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Programming and Computer Science
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
790
Replies
67
Views
5K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
3K
Replies
0
Views
2K
  • General Math
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
4K
Back
Top