-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 974 Bytes
/
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
Package: rcalibration
Title: Estimating and Testing Calibration of Probabilistic Predictive Models
Version: 0.1.0
Authors@R:
person(given = "David",
family = "Widmann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9282-053X"))
Description: An interface to the Julia packages 'CalibrationErrors.jl' <https://github.com/devmotion/CalibrationErrors.jl>
and 'CalibrationTests.jl' <https://github.com/devmotion/CalibrationTests.jl>.
The package allows the estimation of calibration errors such as ECE, SKCE, and UCME,
and statistical testing of the null hypothesis that a probabilistic predictive model is calibrated.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/devmotion/rcalibration
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
JuliaCall
Suggests:
testthat (>= 3.0.0),
extraDistr
Config/testthat/edition: 3