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§
- Statistics
Accumulator - Accumulator for a single iteration’s samples and for the cross-iteration weighted average.