CI-Monte-Carlo.ppt

Jayaprasanna4 2 views 10 slides Oct 18, 2023
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

SPM


Slide Content

Monte Carlo Simulations
by Gio
Other
0

Basic Principle: Monte Carlo Method
•The Monte Carlo Method is the approach (methodology) of using
randomness to describe problems that may have a deterministic
solution
•The Law of Large Numbers (LLN) states that with an increase in the
number of measurements the expected value grows to equal the
average value
•A Pseudo-Random Number Generator is an algorithm for generating
numbers that appear reasonably random in sequence
1

Law of Large Numbers
2

Pseudo Random Number Generator
•Approximate randomness
•Probability distributions [0, 1]
3

Monte Carlo Steps
•Step 1: Define the probability space and the points within that space; use a large number of points
to define the space
•Step 2: Define the conditions of the problem that constrains the space
•Step 3: Discriminate between the points that reside within the constraints of the problem and those
that do not
•Step 4: Use the points that reside within the constraints to define the space of the solution
•Important: The greater the number of points, the greater the accuracy of the simulation
4

Colab Exercises
•Conditional Probability
•Basic Geometry
•Calculus
5

Conditional Probability
•Which combination of numbers, on average, give a larger value; three
numbers between 1-4 or two number between 1-6? Always double
the lowest number in each combination.
6

Basic Geometry
•Determine the area of basic geometric shapes without using the area
formulas for those shapes
•Relative areas
7

Calculus
•Determine the area under the curve without integrating
•Random sampling
8

Thank you!
9
Tags