SlideShare a Scribd company logo
1 of 21
Download to read offline
Monte Carlo Simulation
PRESENTER:
RAJESH PIRYANI
SOUTH ASIAN UNIVERSITY
Outline
Introduction
History
Examples
Advantages
Demonstration with Excel
What is simulation
Simulation is the imitation of the operation of real world process or system over time.
To engage Modelling and simulation, first create a model approximating an event.
The model is then followed by simulation, which allows for the repeated observation of the model.
After one or many simulations of the model, a third step takes place and that is analysis ..
 Analysis aids in the ability to draw conclusions, verify and validate the research, and make
recommendations based on various iterations or simulations of the model.
Simulation is defined to be a method that utilizes sequences of random numbers as data.
What is Monte Carlo
What is Monte Carlo Simulation?
This techniques can be used in different domain
Complex Integral Computation
Economics Specially in Risk Management
extensively used in financial institutions to compute European prices,
to evaluate sensitivities of portfolios to various parameters and to compute risk measurements
Statistical simulation technique that provides approximate solution to problems expressed
mathematically.
It utilize the sequence of random number to perform the simulation.
Why Monte Carlo Simulations
Simple implementation on computer
Applicable for complex problems that are otherwise intractable
Simulation does not produce an exact answer but in fact is a statistical estimate with error
The most common use of Monte Carlo Method is the evaluation of Integral and calculation of
Mathematically constant variable such as PI.
History
1930’s: Enrico Fermi uses Monte Carlo in the calculation of neutron diffusion.
1940’s: Stan Ulam while playing solitaire tries to calculate the likelihood of winning based on the
initial layout of the cards.
After exhaustive combinatorial calculations, he decided to go for practical approach
He tries many different layouts and observing the number of successful games.
He realized that computers could be used to solve such problems.
Stan Ulam worked with John Von Neumann to develop algorithms including importance
sampling and rejection sampling.
Ulam and Von Neumann suggested that aspects of research into nuclear fission at Los Alamos
could be aided by use of computer experiments based on chance
History
The project was top secret so Von Neumann chose the name Monte Carlo in reference to the
Casino in Monaco.
1950’s: Many papers on Monte Carlo simulation appeared in physics literature. The first major
MCMC paper was published by Metropolis et al in 1953.
1970: Generalization of the Metropolis algorithm by Hastings which led to development of
MCMC
1980’s: Important MCMC papers appeared in the fields of computer vision and artificial
intelligence but there were few significant publications in the field of statistics
1990: MCMC made the first significant impact in statistics in the work of Gelfand and Smith.
History
In the last 20 years MCMC has become a widely used tool in several fields and much research
progress has been made.
Monte Carlo Methods are now used to solve problems in numerous fields including applied
statistics, engineering, finance and business, design and visuals, computing, telecommunications,
and the physical sciences.
Monte Carlo Example:
Estimation of PI
Estimating PI (Continued ..)
If you are a very poor dart player, it is easy to imagine throwing
darts randomly at the figure, and
it should be apparent that of the total number of darts that hit
within the square,
the number of darts that hit the shaded part (circle quadrant) is
proportional to the area of that part. In other words,
Estimating PI (Continued ..)
If you remember your geometry, it's easy to show that
(x, y)
Estimating PI (Continued ..)
x = (random#)
y = (random#)
distance = sqrt (x^2 + y^2)
if distance.from.origin (less.than.or.equal.to) 1.0
let hits = hits + 1.0
Estimating PI (Continued ..)
A Simple Integral
Consider the simple integral:
This can be evaluated in the same way as the pi example.
By randomly tossing darts at a graph of the function and
tallying the ratio of hits inside and outside the function.
A Simple Integral (continued…)
R = {(x,y): a  x  b, 0  y  max f(x)}
Randomly tossing 100 or so darts we could
approximate the integral…
I = [fraction under f(x)] * (area of R)
This assumes that the dart player is throwing the darts
randomly, but not so random as to miss the square
altogether.
A Simple Integral (continued…)
Generally, the more iterations of the game the better the approximation will be.
1000 or more darts should yield a more accurate approximation of the integral than 100 or fewer.
The results can quickly become skewed and completely irrelevant if the games random numbers
are not sufficiently random.
Advantages
Probabilistic Results. Results show not only what could happen, but how likely each outcome is.
Graphical Results.
◦ it’s easy to create graphs of different outcomes and their chances of occurrence.
◦ This is important for communicating findings to other stakeholders.
Sensitivity Analysis.
◦ With just a few cases, deterministic analysis makes it difficult to see which variables impact the
outcome the most.
◦ In Monte Carlo simulation, it’s easy to see which inputs had the biggest effect on bottom-line
results.
Advantages
Scenario Analysis: In deterministic models, it’s very difficult to model different combinations of
values for different inputs to see the effects of truly different scenarios.
◦ Using Monte Carlo simulation, analysts can see exactly which inputs had which values together
when certain outcomes occurred.
Correlation of Inputs. In Monte Carlo simulation, it’s possible to model interdependent
relationships between input variables.
◦ It’s important for accuracy to represent how, in reality, when some factors goes up, others go up
or down accordingly.
References
1. Sabri Pllana. History of Monte Carlo method. August 2000.
URL http://www.geocities.com/CollegePark/Quad/2435/index.html.
http://www.geocities.com/CollegePark/Quad/2435/index.html,
2. http://www.ecs.fullerton.edu/~mathews/fofz/dirichlet/dirichle.html
3. http://mathworld.wolfram.com/DirichletProblem.html
4. http://wwitch.unl.edu/zeng/joy/mclab/mcintro.html
5. Farlow, Stanley Partial Differential Equations for Scientists and Engineers Dover Publications,
New York 1982
Thank You

More Related Content

What's hot

Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
Elkana Rorio
 
Theory of estimation
Theory of estimationTheory of estimation
Theory of estimation
Tech_MX
 
Multivariate data analysis
Multivariate data analysisMultivariate data analysis
Multivariate data analysis
Setia Pramana
 
QUEUING THEORY
QUEUING THEORYQUEUING THEORY
QUEUING THEORY
avtarsingh
 
Monte Carlo Simulation
Monte Carlo SimulationMonte Carlo Simulation
Monte Carlo Simulation
Aguinaldo Flor
 
Time Series
Time SeriesTime Series
Time Series
yush313
 

What's hot (20)

Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Operation research and its application
Operation research and its applicationOperation research and its application
Operation research and its application
 
Simulation and its application
Simulation and its applicationSimulation and its application
Simulation and its application
 
Theory of estimation
Theory of estimationTheory of estimation
Theory of estimation
 
Multivariate data analysis
Multivariate data analysisMultivariate data analysis
Multivariate data analysis
 
QUEUING THEORY
QUEUING THEORYQUEUING THEORY
QUEUING THEORY
 
Decision tree in decision analysis
Decision tree in decision analysisDecision tree in decision analysis
Decision tree in decision analysis
 
Monte Carlo Simulation
Monte Carlo SimulationMonte Carlo Simulation
Monte Carlo Simulation
 
ARIMA
ARIMA ARIMA
ARIMA
 
Clustering
ClusteringClustering
Clustering
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
 
Time Series
Time SeriesTime Series
Time Series
 
Sensitivity Analysis
Sensitivity AnalysisSensitivity Analysis
Sensitivity Analysis
 
Decision tree
Decision treeDecision tree
Decision tree
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
 
Simulation Techniques
Simulation TechniquesSimulation Techniques
Simulation Techniques
 
Decision tree
Decision treeDecision tree
Decision tree
 
Random forest
Random forestRandom forest
Random forest
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distribution
 

Similar to Monte carlo simulation

Prim algorithm for the implementation of random mazes in videogames
Prim algorithm for the  implementation of random mazes  in videogamesPrim algorithm for the  implementation of random mazes  in videogames
Prim algorithm for the implementation of random mazes in videogames
Félix Santos
 
Simulation and monte carlo some general principles
Simulation and monte carlo some general principlesSimulation and monte carlo some general principles
Simulation and monte carlo some general principles
Ahmedaboraia
 

Similar to Monte carlo simulation (20)

Monte Carlo Simulations (UC Berkeley School of Information; July 11, 2019)
Monte Carlo Simulations (UC Berkeley School of Information; July 11, 2019)Monte Carlo Simulations (UC Berkeley School of Information; July 11, 2019)
Monte Carlo Simulations (UC Berkeley School of Information; July 11, 2019)
 
Mba Ebooks ! Edhole
Mba Ebooks ! EdholeMba Ebooks ! Edhole
Mba Ebooks ! Edhole
 
Performance characterization in computer vision
Performance characterization in computer visionPerformance characterization in computer vision
Performance characterization in computer vision
 
Simulation notes
Simulation notesSimulation notes
Simulation notes
 
model simulating
model simulatingmodel simulating
model simulating
 
Monte Carlo Simulation lecture.pdf
Monte Carlo Simulation lecture.pdfMonte Carlo Simulation lecture.pdf
Monte Carlo Simulation lecture.pdf
 
Probability and random processes project based learning template.pdf
Probability and random processes project based learning template.pdfProbability and random processes project based learning template.pdf
Probability and random processes project based learning template.pdf
 
Materi 10 - Penelitian Pemodelan Komputer.pdf
Materi 10 - Penelitian Pemodelan Komputer.pdfMateri 10 - Penelitian Pemodelan Komputer.pdf
Materi 10 - Penelitian Pemodelan Komputer.pdf
 
Prim algorithm for the implementation of random mazes in videogames
Prim algorithm for the  implementation of random mazes  in videogamesPrim algorithm for the  implementation of random mazes  in videogames
Prim algorithm for the implementation of random mazes in videogames
 
Cs854 lecturenotes01
Cs854 lecturenotes01Cs854 lecturenotes01
Cs854 lecturenotes01
 
AN ALTERNATIVE APPROACH FOR SELECTION OF PSEUDO RANDOM NUMBERS FOR ONLINE EXA...
AN ALTERNATIVE APPROACH FOR SELECTION OF PSEUDO RANDOM NUMBERS FOR ONLINE EXA...AN ALTERNATIVE APPROACH FOR SELECTION OF PSEUDO RANDOM NUMBERS FOR ONLINE EXA...
AN ALTERNATIVE APPROACH FOR SELECTION OF PSEUDO RANDOM NUMBERS FOR ONLINE EXA...
 
Simulation and monte carlo some general principles
Simulation and monte carlo some general principlesSimulation and monte carlo some general principles
Simulation and monte carlo some general principles
 
Midsquare method- simulation system
Midsquare method- simulation systemMidsquare method- simulation system
Midsquare method- simulation system
 
Numerical Analysis and Epistemology of Information
Numerical Analysis and Epistemology of InformationNumerical Analysis and Epistemology of Information
Numerical Analysis and Epistemology of Information
 
Monte carlo integration, importance sampling, basic idea of markov chain mont...
Monte carlo integration, importance sampling, basic idea of markov chain mont...Monte carlo integration, importance sampling, basic idea of markov chain mont...
Monte carlo integration, importance sampling, basic idea of markov chain mont...
 
IRJET - Application of Linear Algebra in Machine Learning
IRJET -  	  Application of Linear Algebra in Machine LearningIRJET -  	  Application of Linear Algebra in Machine Learning
IRJET - Application of Linear Algebra in Machine Learning
 
OCTRI PSS Simulations in R Seminar.pdf
OCTRI PSS Simulations in R Seminar.pdfOCTRI PSS Simulations in R Seminar.pdf
OCTRI PSS Simulations in R Seminar.pdf
 
Monte carlo simulation in food application
Monte carlo simulation in food applicationMonte carlo simulation in food application
Monte carlo simulation in food application
 
Application of Calculus in Computer Science.pptx
Application of Calculus in Computer Science.pptxApplication of Calculus in Computer Science.pptx
Application of Calculus in Computer Science.pptx
 
Simulation
SimulationSimulation
Simulation
 

More from Rajesh Piryani (11)

Introduction to sentiment analysis
Introduction to sentiment analysisIntroduction to sentiment analysis
Introduction to sentiment analysis
 
Gomory's cutting plane method
Gomory's cutting plane methodGomory's cutting plane method
Gomory's cutting plane method
 
Online Advertisements and the AdWords Problem
Online Advertisements and the AdWords ProblemOnline Advertisements and the AdWords Problem
Online Advertisements and the AdWords Problem
 
Hadoop
HadoopHadoop
Hadoop
 
Tqm metrics
Tqm metricsTqm metrics
Tqm metrics
 
(Project) Student grading system
(Project) Student grading system(Project) Student grading system
(Project) Student grading system
 
Optics ordering points to identify the clustering structure
Optics ordering points to identify the clustering structureOptics ordering points to identify the clustering structure
Optics ordering points to identify the clustering structure
 
Agile software development
Agile software developmentAgile software development
Agile software development
 
(Paper Presentation) DSDV
(Paper Presentation) DSDV(Paper Presentation) DSDV
(Paper Presentation) DSDV
 
(Paper Presentation) ZIGZAG: An Efficient Peer-to-Peer Scheme for Media Strea...
(Paper Presentation)ZIGZAG: An Efficient Peer-to-Peer Scheme forMedia Strea...(Paper Presentation)ZIGZAG: An Efficient Peer-to-Peer Scheme forMedia Strea...
(Paper Presentation) ZIGZAG: An Efficient Peer-to-Peer Scheme for Media Strea...
 
Address Binding Scheme
Address Binding SchemeAddress Binding Scheme
Address Binding Scheme
 

Recently uploaded

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 

Recently uploaded (20)

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

Monte carlo simulation

  • 1. Monte Carlo Simulation PRESENTER: RAJESH PIRYANI SOUTH ASIAN UNIVERSITY
  • 3. What is simulation Simulation is the imitation of the operation of real world process or system over time. To engage Modelling and simulation, first create a model approximating an event. The model is then followed by simulation, which allows for the repeated observation of the model. After one or many simulations of the model, a third step takes place and that is analysis ..  Analysis aids in the ability to draw conclusions, verify and validate the research, and make recommendations based on various iterations or simulations of the model. Simulation is defined to be a method that utilizes sequences of random numbers as data.
  • 5. What is Monte Carlo Simulation? This techniques can be used in different domain Complex Integral Computation Economics Specially in Risk Management extensively used in financial institutions to compute European prices, to evaluate sensitivities of portfolios to various parameters and to compute risk measurements Statistical simulation technique that provides approximate solution to problems expressed mathematically. It utilize the sequence of random number to perform the simulation.
  • 6. Why Monte Carlo Simulations Simple implementation on computer Applicable for complex problems that are otherwise intractable Simulation does not produce an exact answer but in fact is a statistical estimate with error The most common use of Monte Carlo Method is the evaluation of Integral and calculation of Mathematically constant variable such as PI.
  • 7. History 1930’s: Enrico Fermi uses Monte Carlo in the calculation of neutron diffusion. 1940’s: Stan Ulam while playing solitaire tries to calculate the likelihood of winning based on the initial layout of the cards. After exhaustive combinatorial calculations, he decided to go for practical approach He tries many different layouts and observing the number of successful games. He realized that computers could be used to solve such problems. Stan Ulam worked with John Von Neumann to develop algorithms including importance sampling and rejection sampling. Ulam and Von Neumann suggested that aspects of research into nuclear fission at Los Alamos could be aided by use of computer experiments based on chance
  • 8. History The project was top secret so Von Neumann chose the name Monte Carlo in reference to the Casino in Monaco. 1950’s: Many papers on Monte Carlo simulation appeared in physics literature. The first major MCMC paper was published by Metropolis et al in 1953. 1970: Generalization of the Metropolis algorithm by Hastings which led to development of MCMC 1980’s: Important MCMC papers appeared in the fields of computer vision and artificial intelligence but there were few significant publications in the field of statistics 1990: MCMC made the first significant impact in statistics in the work of Gelfand and Smith.
  • 9. History In the last 20 years MCMC has become a widely used tool in several fields and much research progress has been made. Monte Carlo Methods are now used to solve problems in numerous fields including applied statistics, engineering, finance and business, design and visuals, computing, telecommunications, and the physical sciences.
  • 11. Estimating PI (Continued ..) If you are a very poor dart player, it is easy to imagine throwing darts randomly at the figure, and it should be apparent that of the total number of darts that hit within the square, the number of darts that hit the shaded part (circle quadrant) is proportional to the area of that part. In other words,
  • 12. Estimating PI (Continued ..) If you remember your geometry, it's easy to show that
  • 13. (x, y) Estimating PI (Continued ..) x = (random#) y = (random#) distance = sqrt (x^2 + y^2) if distance.from.origin (less.than.or.equal.to) 1.0 let hits = hits + 1.0
  • 15. A Simple Integral Consider the simple integral: This can be evaluated in the same way as the pi example. By randomly tossing darts at a graph of the function and tallying the ratio of hits inside and outside the function.
  • 16. A Simple Integral (continued…) R = {(x,y): a  x  b, 0  y  max f(x)} Randomly tossing 100 or so darts we could approximate the integral… I = [fraction under f(x)] * (area of R) This assumes that the dart player is throwing the darts randomly, but not so random as to miss the square altogether.
  • 17. A Simple Integral (continued…) Generally, the more iterations of the game the better the approximation will be. 1000 or more darts should yield a more accurate approximation of the integral than 100 or fewer. The results can quickly become skewed and completely irrelevant if the games random numbers are not sufficiently random.
  • 18. Advantages Probabilistic Results. Results show not only what could happen, but how likely each outcome is. Graphical Results. ◦ it’s easy to create graphs of different outcomes and their chances of occurrence. ◦ This is important for communicating findings to other stakeholders. Sensitivity Analysis. ◦ With just a few cases, deterministic analysis makes it difficult to see which variables impact the outcome the most. ◦ In Monte Carlo simulation, it’s easy to see which inputs had the biggest effect on bottom-line results.
  • 19. Advantages Scenario Analysis: In deterministic models, it’s very difficult to model different combinations of values for different inputs to see the effects of truly different scenarios. ◦ Using Monte Carlo simulation, analysts can see exactly which inputs had which values together when certain outcomes occurred. Correlation of Inputs. In Monte Carlo simulation, it’s possible to model interdependent relationships between input variables. ◦ It’s important for accuracy to represent how, in reality, when some factors goes up, others go up or down accordingly.
  • 20. References 1. Sabri Pllana. History of Monte Carlo method. August 2000. URL http://www.geocities.com/CollegePark/Quad/2435/index.html. http://www.geocities.com/CollegePark/Quad/2435/index.html, 2. http://www.ecs.fullerton.edu/~mathews/fofz/dirichlet/dirichle.html 3. http://mathworld.wolfram.com/DirichletProblem.html 4. http://wwitch.unl.edu/zeng/joy/mclab/mcintro.html 5. Farlow, Stanley Partial Differential Equations for Scientists and Engineers Dover Publications, New York 1982