Skip to content

Commit

Permalink
Paper updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tennlee committed Sep 10, 2023
1 parent b791b60 commit 501add7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,14 @@ @Article{Taggart:2022c
pages = {201--231},
year = {2022},
publisher = {The Institute of Mathematical Statistics and the Bernoulli Society}
}
@Article{Gneiting:2011,
title = {Comparing density forecasts using threshold-and quantile-weighted scoring rules},
author = {Gneiting, Tilmann and Ranjan, Roopesh},
journal = {Journal of Business & Economic Statistics},
volume = {29},
number = {3},
pages = {411--422},
year = {2011},
publisher = {Taylor & Francis}
}
4 changes: 2 additions & 2 deletions docs/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bibliography: paper.bib

# Summary

`scores` is a Python package containing mathematical functions for the verification, evaluation, and optimisation of model outputs and predictions. It primarily supports the geoscience and earth system science communities. `scores` is focused on supporting xarray datatypes for earth system data. It has wide potential application in machine learning, and domains other than meteorology, geoscience and weather. It also aims to be compatible with pandas, geopandas, pangeo and work with NetCDF4, Zarr, hdf5 and GRIB data sources among others. Scores is designed to utilise Dask for scaling and performance.
`scores` is a Python package containing mathematical functions for the verification, evaluation, and optimisation of model outputs and predictions. It primarily supports the geoscience and earth system science communities. `scores` is focused on supporting xarray datatypes for earth system data. It has wide potential application in machine learning, and domains other than meteorology, geoscience and weather. It also aims to be compatible with xarray, pandas, geopandas and work with NetCDF4, Zarr, hdf5 and GRIB data sources among others. Scores is designed to utilise Dask for scaling and performance.

All of the scores and metrics in this package have undergone a thorough statistical and scientific review. Every score has a companion Jupyter Notebook demonstrating its use in practise.

At the time of writing, the scores contained in this package are: MSE, MAE, RMSE, FIRM [@Taggart:2022a], CRPS, the FlipFlop index [@Griffiths:2019] and the Murphy score [@Ehm:2016]. It also includes the Diebold-Mariano statistical test [@Diebold:1995] with both the [@Harvey:1997] and [@Hering:2011] modifications.
At the time of writing, the scores contained in this package are: MSE, MAE, RMSE, FIRM [@Taggart:2022a], CRPS (including threshold-weighting, see [@Gneiting:2011], the FlipFlop index [@Griffiths:2019] and the Murphy score [@Ehm:2016]. It also includes the Diebold-Mariano statistical test [@Diebold:1995] with both the [@Harvey:1997] and [@Hering:2011] modifications.

# Statement of need

Expand Down

0 comments on commit 501add7

Please sign in to comment.