Mathematical Foundations of Monte Carlo Methods
scratchapixel.com
Mathematical Foundations of Monte Carlo Methods
1–9 of 9 posts
Re: Mathematical Foundations of Monte Carlo Methods
#2One of the most intuitive (and used in applications) definition of being integrable is Riemann integral based on the geometric idea that you can compute the area/volume by dividing region into pieces and summing them all up. Now you can (mathematically) prove that for any such integrable function, its integral can be approximated by Monte Carlo and the results are consistent.
Now what about the other direction? You can theoretically run Monte Carlo approx on wildly zigzag functions that does not make any geometry sense (i.e. not Riemann integrable), if the "probability" in the space is well-defined. The idea that uses probability, instead of geometry, turns out to give a broader class of integrable objects.
One interesting observation is that these ideas are intuitive and meaningful if put informally. But when you formally look into these ideas (integration/measure theory) it suddenly collapses into lines of terse mathematical constructs.
Re: Mathematical Foundations of Monte Carlo Methods
#3Re: Mathematical Foundations of Monte Carlo Methods
#4An informal perspective on some implication of Monte Carlo on integral: One of the most intuitive (and used in applications) definition of being integrable is Riemann integral based on the geometric idea that you can compute the area/volume by dividing region into pieces and summing them all up. Now you can (mathematically) prove that for any such integrable function, its integral can be approximated by Monte Carlo a…
If you want all subsets of sets with 0 Borel measure to also have 0 measure, then this leads to the notion of the lebesgue measure, and it can be used to define the lebesgue integral.
Re: Mathematical Foundations of Monte Carlo Methods
#5An informal perspective on some implication of Monte Carlo on integral: One of the most intuitive (and used in applications) definition of being integrable is Riemann integral based on the geometric idea that you can compute the area/volume by dividing region into pieces and summing them all up. Now you can (mathematically) prove that for any such integrable function, its integral can be approximated by Monte Carlo a…
Re: Mathematical Foundations of Monte Carlo Methods
#6Re: Mathematical Foundations of Monte Carlo Methods
#7An informal perspective on some implication of Monte Carlo on integral: One of the most intuitive (and used in applications) definition of being integrable is Riemann integral based on the geometric idea that you can compute the area/volume by dividing region into pieces and summing them all up. Now you can (mathematically) prove that for any such integrable function, its integral can be approximated by Monte Carlo a…
You’re certainly aware of this, but for those that aren’t: asking that the “probability” in the space to be well defined you are essentially invoking the idea that the function is _measurable_. Measure is a way to generalize things like length and volume to sets which have no length or volume in the traditional sense. One good way to do this is say that lines have “measure” equal to their length, and if you can combi…
a) But for probability you nees the measure of the whole space to be 1, which forces points “far away” to have very small “weight”. Thus, there is no uniform distribution in the whole R.
b) and then your mind blows up when you realize that discrete probability is the very same thing, and that an integral in a finite set is just summation.
Re: Mathematical Foundations of Monte Carlo Methods
#8When I was beginning to study path tracing I've learned to avoid this domain, the presentation always seems so friendly but the actual material is unfortunately much too barebones
My only reservation was that it updated at a glacial pace for topics I really wanted. I was waiting for volume rendering 4 years ago, and it looks like they started making articles last month. But I can't really complain about updates to completely free resources.
Re: Mathematical Foundations of Monte Carlo Methods
#9When I was beginning to study path tracing I've learned to avoid this domain, the presentation always seems so friendly but the actual material is unfortunately much too barebones
really? I found it to be an invaluable source for understanding the mathematics behind some fundamental computer graphics topics. But I'm also bad at math, so the diagrams helped a lot for me to visualize all the calculus discussed. It's "beginner friendly" but for advanced topics, which is a rarity. There's still a huge gap between reading this and then picking up a SIGGRAPH paper to implement, but that's an industr…
Have a nice weekend, regards...