/integrator

Monte Carlo integration algorithm

Primary LanguagePython

This integrator was made for a course on Monte Carlo techniques. It is based on the PARNI algorithm, which can be found on here.

Usage:

Redefine 'func' with the function that is to be integrated, then run the script.