Expand description
Monte Carlo integration methods
This module provides numerical integration methods based on Monte Carlo sampling, which are particularly useful for high-dimensional integrals.
Structs§
- Monte
Carlo Options - Options for controlling the behavior of Monte Carlo integration
- Monte
Carlo Result - Result of a Monte Carlo integration
Enums§
- Error
Estimation Method - Method for estimating the error in Monte Carlo integration
Functions§
- importance_
sampling - Perform Monte Carlo integration with importance sampling
- monte_
carlo - Perform Monte Carlo integration of a function over a hypercube
- monte_
carlo_ parallel - Parallel Monte Carlo integration using multiple threads to speed up the computation