-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
39 lines (27 loc) · 1.44 KB
/
README.Rmd
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
31
32
33
34
35
36
37
38
39
---
title: "SLSEDesign: Optimal designs using the second-order Least squares estimator"
author: |
| *[Chi-Kuang Yeh](https://chikuang.github.io/), [Gregory Rice](https://uwaterloo.ca/statistics-and-actuarial-science/profiles/greg-rice), [Joel A. Dubin](https://uwaterloo.ca/statistics-and-actuarial-science/profiles/joel-dubin)*
|
date: "*`r format(Sys.time(), '%B %d, %Y')`*"
output: github_document
---
<!-- badges: start -->
[![R-CMD-check](https://github.com/chikuang/evalRTPF/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/chikuang/evalRTPF/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
## Description
We develop methods to quantify the difference between two sets of probabilistic forecasts in square normed space, along with the graphical representations.
## Installation
Currently evalRTPF is only available in R. We plan to develop Python, Julia and/or Matlab versions in the future.
```r
devtools::install_github("chikuang/evalRTPF")
```
## Examples
Will be added soon.
## TODO
+ [ ] Add examples with graphical illustrations
+ [ ] Add detailed descriptions
+ [ ] Speed-up with RCPP components
+ [ ] Upload to CRAN
## Reference
* Yeh, C.-K., Rice, G. & Dubin, J.A. (2022). [Evaluating real-time probabilistic forecasts with application to National Basketball Association outcome prediction](https://www.tandfonline.com/doi/abs/10.1080/00031305.2021.1967781?journalCode=utas20), *The American Statistician*, 62, 75-92.