Explain systematic bias of Monte Carlo vs. heuristic Monte Carlo integrals relative to polygonal integration
Determine the cause of the observed systematic bias in the integration results, specifically that the ray-based Monte Carlo integration method (Algorithm MonteCarlo using random rays and subsamples) systematically overestimates and the heuristic Monte Carlo integration method (which averages function values at Voronoi vertices and centroids while using Monte Carlo estimates for areas/volumes) systematically underestimates, relative to polygonal Leibnitz-based integration, for the test function f(x)=sin(x1^2) over Voronoi cells.
References
It appears that the MC integrals systematically overestimates while the HMC integral underestimates relative to P integration method by around 2\%. It is not clear how this happens but it might be due to the shape of the function $sin(x2)$.