Judekeyser / RandomizedQuasiMonteCarlo

Randomized Quasi Monte-Carlo implementation in C
MIT License
0 stars 0 forks source link

Cesaro Mean Evaluator #1

Open Judekeyser opened 2 years ago

Judekeyser commented 2 years ago

Creates a Cesaro mean evaluator, to evaluate functions of the form (double, ..., double) -> double

Judekeyser commented 2 years ago

This feature should also consider returning statistics for the evaluation (especially the estimated variance)