| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This chapter describes routines for multidimensional Monte Carlo integration. These include the traditional Monte Carlo method and adaptive algorithms such as VEGAS and MISER which use importance sampling and stratified sampling techniques. Each algorithm computes an estimate of a multidimensional definite integral of the form,
I = \int_xl^xu dx \int_yl^yu dy ... f(x, y, ...) |
The functions are defined in separate header files for each routine,
gsl_monte_plain.h, `gsl_monte_miser.h' and
`gsl_monte_vegas.h'.
22.1 Interface 22.2 PLAIN Monte Carlo 22.3 MISER 22.4 VEGAS 22.5 Examples 22.6 References and Further Reading