• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

When to use Monte-Carlo?

Joined
6/11/10
Messages
189
Points
28
In terms of European Option, worse than an expectation numerical integral.

In terms of Path-dependent exotic, looks good but with too little sample problem.

In terms of American Option, already other methods.

When is the application of MC better than other approaches?
 
Well, given that Fubini's theorem doesn't apply and the dimension is greater than 3. Then I know of no other numerical integration technique apart from Monte Carlo that works well. The higher the dimension, the more favourable MC will be.
 
Back
Top