Does Matlab have a library for Monte Carlo integration
Show older comments
Hello,
I have been doing some reading and I cannot seem to find a simple to use matlab library to do Monte Carlo integration in n dimentions. For my needs I want to integrate a function over a n dimentional square.
Thank you very much for the inputs and ideas.
Answers (1)
John D'Errico
on 29 Jun 2021
Edited: John D'Errico
on 29 Jun 2021
0 votes
Do they have a "library"? Not really what I would call a "library". Maybe you might. But why would they? They offer random number generation functions, which is all you need. In this case, all you need is the function RAND. RAND can generate sets of points that lie uniformly inside an n-dimensional square.
1 Comment
Radoslav Vuchkov
on 29 Jun 2021
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!