Changelog
Source:NEWS.md
conformalForecast (development version)
- Settings previously stored as
model$alpha,model$symmetric,model$integrate,model$scorecast,model$lr,model$Csatandmodel$KIare now collected inmodel$args. -
forecastmoved fromImportstoDepends, so it is attached together withconformalForecast. -
acmcp()now acceptsma_method = "CSS"for faster MA scorecaster fitting at longer forecast horizons, while retaining"CSS-ML"as the default, and reports successful scorecasts inscorecast_times.
Bug fixes
-
acmcp()no longer fits MA models before its recursive scorecaster inputs are available. -
update()now works onpid(),acmcp()andacp(symmetric = TRUE)objects, and resumes from the last computed step instead of recomputing the whole history. -
update()now replays stored arguments, preserves forecasts at all frequencies, validates new data and external regressors, and handles failed final model fits. External regressors are retained bypid()andacmcp(), enabling external-regressor updates for all four conformal methods. -
pid()andacmcp()can be called with their documented defaults. -
print()andsummary()no longer repeat the cross-validation header. -
cvforecast()no longer warns about arguments legitimately passed toforecastfun, and survives a failing final model fit. -
cp_timesis reported per forecast horizon. -
coverage()andwidth()acceptx,LOWERandUPPERthrough..., and require a singlelevel. -
lagmatrix()handles lags larger than the number of rows. - Clearer error from
scp()andacp()whenncalis too large.
Documentation
- The pkgdown site renders mathematics again (
math-rendering: mathjax). - Corrected the documented return classes, the
Winklermeasure name, thelagmatrix()error message, and several typos. - Expanded the vignette with the
conformal()interface, incremental updates, external regressors, clearer method descriptions, and updated ggplot2 calls. - Help examples now cover raw inputs to
coverage()andwidth()andcpforecastaccuracy, and use fixed random seeds for reproducibility.
conformalForecast 0.1.0
CRAN release: 2025-10-06
- First release.
Initial features
- Provides implementations of the main conformal prediction methods:
-
scp(split conformal prediction) -
acp(adaptive conformal prediction) -
pid(conformal PID control method) -
acmcp(autocorrelated multi-step conformal prediction).
-
- Includes utility functions to compute coverage rates and interval widths for evaluating predictive performance.