MTH3007B Weekly Problems 7
Vibes: …
Used Techniques:
- …
7.1. MC Estimate of a One-Dimensional Integral
Question
Approximate the following expression involving an integral using your own routines for Monte Carlo integration:
Also determine an error estimate for this quantity.
For this part, use random numbers in your Monte Carlo routine. What is your numerical estimate for the expression?
…
7.2. Standard Deviation Error Estimate
Question
Using the same Monte Carlo computation as in 7.1. MC Estimate of a One-Dimensional Integral, what is your estimate of the error (one standard deviation) in the expression
when you use random numbers in your Monte Carlo integration?
…
7.3. MC Approximation of a Four-Dimensional Integral
Question
Approximate the following four-dimensional integral using your own routines for Monte Carlo integration:
In doing so, sample the function
exactly times using Monte Carlo integration. What is your numerical estimate for the value of the integral?
…