Package: rtForecastEval
Title: Evaluate the Discrepancy Between Two Real-Time Updated
        Probabilistic Forecasts
Version: 0.1.0
Authors@R: c(
    person(given = "Chi-Kuang", family = "Yeh",
             role = c("aut", "cre"),
             email = "cyeh@gsu.edu",
             comment = c(ORCID = "0000-0001-7057-2096")),
    person(given = "Gregory", family = "Rice",
           role =  c("ctb", "ths")),
    person(given = "Joel A.", family = "Dubin",
           role =  c("ctb", "ths"))     
     )
Description: 
    Methods from Yeh, Rice, and Dubin (2022) <doi:10.1080/00031305.2021.1967781> for comparing two continuously updated probabilistic
    forecasts under squared (Brier) loss: pointwise loss and variance, a global delta test (Monte Carlo p-values), simulation designs, and a naive
    pointwise band plot.
URL: https://github.com/chikuang/rtForecastEval
BugReports: https://github.com/chikuang/rtForecastEval/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: dplyr (>= 1.0.1), ggplot2 (>= 3.3.2), stats (>= 4.0.3), tidyr
        (>= 1.1.1), RSpectra (>= 0.16.0), rlist (>= 0.4.6.1), purrr (>=
        0.3.4), MASS (>= 7.3-52)
Suggests: pkgload (>= 1.2.0), knitr (>= 1.28.0), readr (>= 1.3.1),
        reshape2 (>= 1.4.4), rmarkdown (>= 2.1.0), gridExtra (>=
        2.3.0), tibble (>= 3.0.3), sde
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-04-24 02:21:34 UTC; chikuang
Author: Chi-Kuang Yeh [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7057-2096>),
  Gregory Rice [ctb, ths],
  Joel A. Dubin [ctb, ths]
Maintainer: Chi-Kuang Yeh <cyeh@gsu.edu>
Repository: CRAN
Date/Publication: 2026-04-28 18:30:02 UTC
