Files in epiforecasts/scoringutils
Utilities for Scoring and Assessing Predictions

.Rbuildignore
.Rinstignore
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/library-scripts/common-debian.sh
.github/.gitignore
.github/CONTRIBUTING.md
.github/workflows/R-CMD-check.yaml
.github/workflows/build-image.yaml
.github/workflows/lint.yaml
.github/workflows/pkgdown.yaml
.github/workflows/test-coverage.yaml
.gitignore
.lintr
CODE_OF_CONDUCT.md
DESCRIPTION
LICENSE
LICENSE.md
NAMESPACE
NEWS.md R/avail_forecasts.R R/bias.R R/brier_score.R R/check_forecasts.R R/convenience-functions.R R/correlations.R R/data.R R/input-check-helpers.R R/interval_score.R R/log_score.R R/metrics_point_forecasts.R R/pairwise-comparisons.R R/pit.R R/plot.R R/score.R R/score_binary.R R/score_continuous_integer.R R/score_quantile.R R/scoringRules_wrappers.R R/scoringutils-package.R R/scoringutils.R R/sharpness.R R/summarise_scores.R R/utils.R R/utils_data_handling.R README.Rmd README.md
_pkgdown.yml
data/example_binary.rda
data/example_continuous.rda
data/example_integer.rda
data/example_point.rda
data/example_quantile.rda
data/example_quantile_forecasts_only.rda
data/example_truth_only.rda
data/metrics.rda
inst/CITATION
inst/WORDLIST
inst/create-example-data.R inst/create-metric-tables.R inst/manuscript/R/0-run-all.R inst/manuscript/R/00-standalone-Figure-replication.R inst/manuscript/R/illustration-relation-to-scale.R inst/manuscript/R/illustration-sharpness-calibration.R inst/manuscript/R/toy-example-calibration.R inst/manuscript/R/toy-example-convergence-outliers.R inst/manuscript/R/toy-example-locality.R
inst/manuscript/jss.bst
inst/manuscript/jss.cls
inst/manuscript/jsslogo.jpg
inst/manuscript/manuscript.Rmd
inst/manuscript/manuscript.aux
inst/manuscript/manuscript.bbl
inst/manuscript/manuscript.blg
inst/manuscript/manuscript.out
inst/manuscript/output/calibration-diagnostic-examples.Rda
inst/manuscript/output/calibration-diagnostic-examples.png
inst/manuscript/output/calibration-sharpness-illustration.png
inst/manuscript/output/illustration-effect-scale.png
inst/manuscript/output/relation-to-scale-example.Rda
inst/manuscript/output/sample-convergence.Rda
inst/manuscript/output/score-convergence-outliers.png
inst/manuscript/output/score-locality.png
inst/manuscript/references.bib
inst/manuscript/scoringutils-paper.bib
inst/metrics-overview/metrics-detailed.Rda
man/abs_error.Rd man/add_coverage.Rd man/ae_median_quantile.Rd man/ae_median_sample.Rd man/avail_forecasts.Rd man/available_metrics.Rd man/bias_quantile.Rd man/bias_range.Rd man/bias_sample.Rd man/brier_score.Rd man/check_equal_length.Rd man/check_forecasts.Rd man/check_metrics.Rd man/check_not_null.Rd man/check_predictions.Rd man/check_summary_params.Rd man/check_true_values.Rd man/collapse_messages.Rd man/compare_two_models.Rd man/correlation.Rd man/crps_sample.Rd man/delete_columns.Rd man/dss_sample.Rd man/example_binary.Rd man/example_continuous.Rd man/example_integer.Rd man/example_point.Rd man/example_quantile.Rd man/example_quantile_forecasts_only.Rd man/example_truth_only.Rd
man/figures/interval_score.png
man/figures/lifecycle-archived.svg
man/figures/lifecycle-defunct.svg
man/figures/lifecycle-deprecated.svg
man/figures/lifecycle-experimental.svg
man/figures/lifecycle-maturing.svg
man/figures/lifecycle-questioning.svg
man/figures/lifecycle-stable.svg
man/figures/lifecycle-superseded.svg
man/figures/unnamed-chunk-12-1.png
man/figures/unnamed-chunk-13-1.png
man/figures/unnamed-chunk-14-1.png
man/figures/unnamed-chunk-16-1.png
man/figures/unnamed-chunk-17-1.png
man/figures/unnamed-chunk-18-1.png
man/figures/unnamed-chunk-19-1.png
man/figures/unnamed-chunk-22-1.png
man/figures/unnamed-chunk-24-1.png
man/figures/unnamed-chunk-25-1.png
man/figures/unnamed-chunk-3-1.png
man/figures/unnamed-chunk-4-1.png
man/figures/unnamed-chunk-5-1.png
man/figures/unnamed-chunk-5-2.png
man/figures/unnamed-chunk-6-1.png
man/figures/unnamed-chunk-7-1.png
man/figures/unnamed-chunk-8-1.png
man/find_duplicates.Rd man/geom_mean_helper.Rd man/get_forecast_unit.Rd man/get_prediction_type.Rd man/get_target_type.Rd man/infer_rel_skill_metric.Rd man/interval_score.Rd man/log_shift.Rd man/logs_binary.Rd man/logs_sample.Rd man/mad_sample.Rd man/make_NA.Rd man/merge_pred_and_obs.Rd man/metrics.Rd man/pairwise_comparison.Rd man/pairwise_comparison_one_group.Rd man/permutation_test.Rd man/pit.Rd man/pit_sample.Rd man/plot_avail_forecasts.Rd man/plot_correlation.Rd man/plot_heatmap.Rd man/plot_interval_coverage.Rd man/plot_pairwise_comparison.Rd man/plot_pit.Rd man/plot_predictions.Rd man/plot_quantile_coverage.Rd man/plot_ranges.Rd man/plot_score_table.Rd man/plot_wis.Rd man/print.scoringutils_check.Rd man/quantile_score.Rd man/quantile_to_range_long.Rd man/range_long_to_quantile.Rd man/sample_to_quantile.Rd man/sample_to_range_long.Rd man/score.Rd man/score_binary.Rd man/score_quantile.Rd man/score_sample.Rd man/scoringutils-package.Rd man/se_mean_sample.Rd man/squared_error.Rd man/summarise_scores.Rd man/theme_scoringutils.Rd man/transform_forecasts.Rd
scoringutils.Rproj
tests/testthat.R
tests/testthat/_snaps/plot_avail_forecasts/plot-avail-forecasts.svg
tests/testthat/_snaps/plot_correlation/plot-correlation.svg
tests/testthat/_snaps/plot_heatmap/plot-heatmap.svg
tests/testthat/_snaps/plot_interval_coverage/plot-interval-coverage.svg
tests/testthat/_snaps/plot_pairwise_comparison/plot-pairwise-comparison-pval.svg
tests/testthat/_snaps/plot_pairwise_comparison/plot-pairwise-comparison.svg
tests/testthat/_snaps/plot_pit/plot-pit-integer.svg
tests/testthat/_snaps/plot_pit/plot-pit-quantile.svg
tests/testthat/_snaps/plot_pit/plot-pit-sample.svg
tests/testthat/_snaps/plot_predictions/many-quantiles-from-sample.svg
tests/testthat/_snaps/plot_predictions/many-quantiles.svg
tests/testthat/_snaps/plot_predictions/no-median.svg
tests/testthat/_snaps/plot_predictions/point-forecasts.svg
tests/testthat/_snaps/plot_quantile_coverage/plot-quantile-coverage.svg
tests/testthat/_snaps/plot_ranges/plot-ranges-dispersion.svg
tests/testthat/_snaps/plot_ranges/plot-ranges-interval.svg
tests/testthat/_snaps/plot_score_table/plot-score-table.svg
tests/testthat/_snaps/plot_wis/plot-wis-flip.svg
tests/testthat/_snaps/plot_wis/plot-wis-no-relative.svg
tests/testthat/_snaps/plot_wis/plot-wis.svg
tests/testthat/_snaps/score.md tests/testthat/_snaps/summarise_scores.md tests/testthat/setup.R tests/testthat/test-absolute_error.R tests/testthat/test-add_coverage.R tests/testthat/test-avail_forecasts.R tests/testthat/test-bias.R tests/testthat/test-check_forecasts.R tests/testthat/test-convenience-functions.R tests/testthat/test-find_duplicates.R tests/testthat/test-input-check-helpers.R tests/testthat/test-interval_score.R tests/testthat/test-lower-level-check-functions.R tests/testthat/test-make_na.R tests/testthat/test-merge_pred_and_obs.R tests/testthat/test-pairwise_comparison.R tests/testthat/test-pit.R tests/testthat/test-plot_avail_forecasts.R tests/testthat/test-plot_correlation.R tests/testthat/test-plot_heatmap.R tests/testthat/test-plot_interval_coverage.R tests/testthat/test-plot_pairwise_comparison.R tests/testthat/test-plot_pit.R tests/testthat/test-plot_predictions.R tests/testthat/test-plot_quantile_coverage.R tests/testthat/test-plot_ranges.R tests/testthat/test-plot_score_table.R tests/testthat/test-plot_wis.R tests/testthat/test-score.R tests/testthat/test-sharpness.R tests/testthat/test-summarise_scores.R tests/testthat/test-utils_data_handling.R
vignettes/.gitignore
vignettes/getting-started.Rmd vignettes/metric-details.Rmd vignettes/scoring-forecasts-directly.Rmd
epiforecasts/scoringutils documentation built on April 30, 2023, 11:41 a.m.