File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313# ' forecasting for models with exogenous variables.
1414# '
1515# ' \strong{One-period-ahead predictive density.}
16- # ' The model assumptions provided in the documentation for \code{\link{bvarPANELs }}
16+ # ' The model assumptions provided in the documentation for \code{\link{bpvars }}
1717# ' determine the country-specific one-period ahead conditional predictive density
1818# ' for the unknown vector \eqn{\mathbf{y}_{c.t+1}} given the data available at
1919# ' time \eqn{t} and the parameters of the model. It is multivariate normal with
@@ -212,7 +212,7 @@ forecast.PosteriorBVARPANEL = function(
212212 }
213213
214214 # perform forecasting
215- fff = .Call(`_bvarPANELs_forecast_bvarPANEL ` ,
215+ fff = .Call(`_bpvars_forecast_bvarPANEL ` ,
216216 posterior_A_c_cpp ,
217217 posterior_Sigma_c_cpp ,
218218 X_c ,
You can’t perform that action at this time.
0 commit comments