bridgr (development version)
Rename the main model-construction entry point to
mf_model(), rename the fitted-model class and S3 methods tomf_model, and keepbridge()as a deprecated compatibility wrapper.-
Extend
mf_model()beyond classic bridge aggregation:- add unrestricted mixed-frequency regressors via
indic_aggregators = "unrestricted" - add parametric
"beta"weighting alongside"expalmon" - add direct high-frequency alignment via
indic_predict = "direct" - support fixed numeric aggregation weights supplied in a
list()
- add unrestricted mixed-frequency regressors via
-
Improve mixed-frequency input handling:
- infer regular frequencies from
secondthroughyear - allow custom
frequency_conversions - standardize month-, quarter-, and year-end dates to period starts when needed for frequency recognition
- keep the most recent observations in overfilled target periods with a summarized warning
- fail when target periods contain too few high-frequency observations
- infer regular frequencies from
Add joint parametric aggregation optimization controls through
solver_options, including optimizer choice, multi-start runs, seeds, iteration limits, and user-supplied starting values.-
Add uncertainty support:
-
se = TRUEfor coefficient uncertainty and prediction intervals - HAC standard errors for linear bridge equations
- Delta-HAC standard errors when parametric aggregation weights are estimated jointly
- residual-resampling prediction intervals by default
- optional full-system block bootstrap uncertainty via
full_system_bootstrap = TRUE
-
Add scenario forecasting support in
forecast.mf_model()through custom futurexregpaths and standardized forecast objects with uncertainty metadata.-
Add plotting methods and helpers:
-
plot.mf_model()for fit and forecast plots -
theme_bridgr(),colors_bridgr(),scale_color_bridgr(), andscale_fill_bridgr()
-
-
Expand printed output and documentation:
- standardize
summary.mf_model()andforecast.mf_model()output - add vignettes on mixed-frequency modeling, ragged-edge nowcasting, and uncertainty / scenario analysis
- refresh the README examples and package references
- standardize
Remove the
legendreparametric aggregation option.Use analytic gradients for
expalmonoptimization and improve the normalized beta polynomial gradient used in the optimizer.
bridgr 0.1.1
CRAN release: 2024-12-13
- Initial CRAN submission:
Added
gdp,baro,weaandfcurvedatasets.Added
bridge(),forecast()andsummary()functions.Supports target variables on monthly, quarterly and yearly frequency, and indicator variables on daily, weekly, monthly, quarterly and yearly frequency.
Supports
auto.arima,etsand other methods for indicator variable forecasting.Supports aggregation of indicator variables to match the target’s frequency using custom weighting functions, exponential Almon polynomials and other methods.
