-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
28 lines (27 loc) · 1.03 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(compute_conditional_sd,PosteriorBSVARSIGN)
S3method(compute_fitted_values,PosteriorBSVARSIGN)
S3method(compute_historical_decompositions,PosteriorBSVARSIGN)
S3method(compute_impulse_responses,PosteriorBSVARSIGN)
S3method(compute_structural_shocks,PosteriorBSVARSIGN)
S3method(compute_variance_decompositions,PosteriorBSVARSIGN)
S3method(estimate,BSVARSIGN)
S3method(forecast,PosteriorBSVARSIGN)
export(specify_bsvarSIGN)
export(specify_identification_bsvarSIGN)
export(specify_narrative)
export(specify_posterior_bsvarSIGN)
export(specify_prior_bsvarSIGN)
import(RcppArmadillo)
import(RcppProgress)
import(bsvars)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(bsvars,compute_fitted_values)
importFrom(bsvars,compute_historical_decompositions)
importFrom(bsvars,compute_impulse_responses)
importFrom(bsvars,compute_structural_shocks)
importFrom(bsvars,compute_variance_decompositions)
importFrom(bsvars,estimate)
importFrom(bsvars,forecast)
useDynLib(bsvarSIGNs, .registration = TRUE)