Package: braggR 0.1.1

braggR: Calculate the Revealed Aggregator of Probability Predictions

Forecasters predicting the chances of a future event may disagree due to differing evidence or noise. To harness the collective evidence of the crowd, Ville Satopää (2021) "Regularized Aggregation of One-off Probability Predictions" <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3769945> proposes a Bayesian aggregator that is regularized by analyzing the forecasters' disagreement and ascribing over-dispersion to noise. This aggregator requires no user intervention and can be computed efficiently even for a large numbers of predictions. The author evaluates the aggregator on subjective probability predictions collected during a four-year forecasting tournament sponsored by the US intelligence community. The aggregator improves the accuracy of simple averaging by around 20% and other state-of-the-art aggregators by 10-25%. The advantage stems almost exclusively from improved calibration. This aggregator -- know as "the revealed aggregator" -- inputs a) forecasters' probability predictions (p) of a future binary event and b) the forecasters' common prior (p0) of the future event. In this R-package, the function sample_aggregator(p,p0,...) allows the user to calculate the revealed aggregator. Its use is illustrated with a simple example.

Authors:Ville Satopää [aut, cre, cph]

braggR_0.1.1.tar.gz
braggR_0.1.1.zip(r-4.7)braggR_0.1.1.zip(r-4.6)braggR_0.1.1.zip(r-4.5)
braggR_0.1.1.tgz(r-4.6-x86_64)braggR_0.1.1.tgz(r-4.6-arm64)braggR_0.1.1.tgz(r-4.5-x86_64)braggR_0.1.1.tgz(r-4.5-arm64)
braggR_0.1.1.tar.gz(r-4.7-arm64)braggR_0.1.1.tar.gz(r-4.7-x86_64)braggR_0.1.1.tar.gz(r-4.6-arm64)braggR_0.1.1.tar.gz(r-4.6-x86_64)
braggR_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
braggR/json (API)

# Install 'braggR' in R:
install.packages('braggR', repos = c('https://satopaa.r-universe.dev', 'https://cloud.r-project.org'))
Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

cpp

1.70 score 1 stars 3 scripts 202 downloads 1 exports 1 dependencies

Last updated from:a3de813c9e. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK115
linux-devel-x86_64OK114
source / vignettesOK146
linux-release-arm64OK128
linux-release-x86_64OK134
macos-release-arm64OK82
macos-release-x86_64OK289
macos-oldrel-arm64OK101
macos-oldrel-x86_64OK257
windows-develOK84
windows-releaseOK121
windows-oldrelOK181
wasm-releaseOK93

Exports:sample_aggregator

Dependencies:Rcpp

Readme and manuals

Help Manual

Help pageTopics
Revealed Aggregatorsample_aggregator