Forecast aggregation
Combining many forecasts into one. The linear opinion pool is a weighted arithmetic mean (robust, tends to under-confidence); the logarithmic opinion pool a normalised geometric mean (sharper, multiplies evidence). A depth-trimmed pool drops the most outlying forecasts before averaging for robustness against bad nodes.
Code: mechanisms/aggregation.py ·
Demo: examples/sim_aggregation.py