Package: conformalForecast
Title: Conformal Prediction Methods for Multistep-Ahead Time Series
        Forecasting
Version: 0.1.0
Authors@R: c(
    person("Xiaoqian", "Wang", , "Xiaoqian.Wang@amss.ac.cn",
           role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-4827-496X")),
    person("Rob", "Hyndman", , "Rob.Hyndman@monash.edu",
           role = "aut",
           comment = c(ORCID = "0000-0002-2140-5352"))
  )
Description: Methods and tools for performing multistep-ahead time series
    forecasting using conformal prediction methods including classical
    conformal prediction, adaptive conformal prediction, conformal PID
    (Proportional-Integral-Derivative) control, and autocorrelated
    multistep-ahead conformal prediction.
    The methods were described by Wang and Hyndman (2024) <doi:10.48550/arXiv.2410.13115>.
License: GPL-3
URL: https://github.com/xqnwang/conformalForecast,
        https://xqnwang.github.io/conformalForecast/
BugReports: https://github.com/xqnwang/conformalForecast/issues
Imports: forecast, ggdist, rlang, stats, zoo
Suggests: dplyr, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0),
        tibble, tsibble
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
NeedsCompilation: no
Packaged: 2025-09-30 08:45:07 UTC; xiaoqianwang
Author: Xiaoqian Wang [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-4827-496X>),
  Rob Hyndman [aut] (ORCID: <https://orcid.org/0000-0002-2140-5352>)
Maintainer: Xiaoqian Wang <Xiaoqian.Wang@amss.ac.cn>
Repository: CRAN
Date/Publication: 2025-10-06 08:10:12 UTC
Built: R 4.6.0; ; 2025-10-06 10:20:23 UTC; unix
