-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: aggutils
Title: Utilities for Aggregating Probabilistic Forecasts
Version: 2.0.0
Authors@R: c(
person(given = "Molly",
family = "Hickman",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0007-5144-0080")),
person(given = "Zach",
family = "Jacobs",
email = "[email protected]",
role = c("aut")))
URL: https://github.com/forecastingresearch/aggutils
BugReports: https://github.com/forecastingresearch/aggutils/issues
Description: Provides several methods for aggregating probabilistic forecasts. You have a group of
people who have made probabilistic forecasts for the same event. You want to take advantage of
the "wisdom of the crowd" and combine these forecasts in some sensible way. This package
provides implementations of several strategies, including geometric mean of odds, an extremized
aggregate (Neyman, Roughgarden (2021) <doi:10.1145/3490486.3538243>), and "high-density trimmed
mean" (Powell et al. (2022) <doi:10.1037/dec0000191>).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
stats,
docstring
Suggests:
testthat