-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.44 KB
/
Copy pathDESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.44 KB
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
40
Package: cforecast
Type: Package
Title: Conditional Forecasting and Scenario Analysis Using VAR Models
Version: 0.1.1
Authors@R:
person(given = "Tim",
family = "Ginker",
role = c("aut", "cre"),
email = "tim.ginker@gmail.com",
comment = c(ORCID = "0000-0002-7138-5417"))
Maintainer: Tim Ginker <tim.ginker@gmail.com>
Description:
Provides tools for interpretable conditional forecasting and scenario analysis in reduced-form vector autoregressive (VAR) models.
Implements a Kalman smoothing framework to generate forecasts under
path restrictions on selected variables. The package enables decomposition
of conditional forecasts into variable-specific contributions, and extraction
of observation weights. It also computes measures of overall and marginal variable importance to enhance
the economic interpretation of forecast revisions. The framework is
structurally agnostic and suited for policy analysis, stress testing,
and macro-financial applications. The methodology is described in more detail in
Caspi and Ginker (2026) <doi:10.13140/RG.2.2.25225.51040>.
Depends:
R (>= 3.5.0)
Imports:
BVAR,
dplyr,
FKF,
KFAS,
miscTools,
tibble,
vars,
utils,
methods,
wex
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
URL: https://github.com/timginker/cforecast
BugReports: https://github.com/timginker/cforecast/issues