Skip to main content

Module statistics

Module statistics 

Source
Expand description

Running statistics accumulator for Monte Carlo integration.

Tracks the mean, variance, and χ² across independent iterations so the integrator can combine stratified / multi-channel estimates with correct weighting (the inverse-variance weight, as in the original Vegas paper).

Structs§

StatisticsAccumulator
Accumulator for a single iteration’s samples and for the cross-iteration weighted average.