Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

scoringutils: Utilities for Scoring and Assessing Predictions

R-CMD-check codecov CRAN_Release_Badge develVersion metacran downloads

This package is designed to help with assessing the quality of predictions. It provides a collection of proper scoring rules and metrics that can be accessed independently or collectively to score predictions automatically. It provides some metrics, e.g. for evaluating bias or for assessing calibration using the probability integral transformation that go beyond the scope of existing packages like scoringRules. Through the function eval_forecasts it also provides functionality that automatically and very conveniently scores forecasts using data.table.

For a quick overview, have a look at the package vignette

Predicitions can be either probabilistic forecasts (generally predictive samples generated by Markov Chain Monte Carlo procedures), quantile forecasts or point forecasts. The type of the predictions and the true values can be either continuous, integer, or binary.

Installation

Install the stable version from CRAN using

install.packages("scoringutils")

New features not yet available on CRAN be accessed via {drat}:

install.packages("drat")
drat:::add("epiforecasts")
install.packages("scoringutils")

The version of the package under active development can also be installed with:

remotes::install_github("epiforecasts/scoringutils")

Supported scores and metrics

  • pit
  • bias
  • sharpness
  • crps
  • dss
  • brier_score
  • interval_score

More information on the different metrics and examples can be found in the package vignette.

About

Utilities for Scoring and Assessing Predictions

Resources

License

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

You can’t perform that action at this time.