forked from bsvars/bsvarTVPs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
49 lines (48 loc) · 1.67 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
S3method(compute_TVI_component_density,PosteriorBSVARSVMSTVI)
S3method(compute_TVI_component_density,PosteriorBSVARSVTVI)
S3method(compute_impulse_responses,PosteriorBSVARSVMS)
S3method(compute_impulse_responses,PosteriorBSVARSVMSTVI)
S3method(compute_impulse_responses,PosteriorBSVARSVTVI)
S3method(compute_structural_shocks,PosteriorBSVARSVMS)
S3method(compute_structural_shocks,PosteriorBSVARSVMSTVI)
S3method(compute_structural_shocks,PosteriorBSVARSVTVI)
S3method(normalise,PosteriorBSVARMS)
S3method(normalise,PosteriorBSVARMSTVI)
S3method(normalise,PosteriorBSVARSVMS)
S3method(normalise,PosteriorBSVARSVMSTVI)
S3method(normalise,PosteriorBSVARSVTVI)
S3method(normalise,PosteriorBSVARTVI)
S3method(structural_to_array,PosteriorBSVARSVMS)
S3method(structural_to_array,PosteriorBSVARSVMSTVI)
S3method(structural_to_array,PosteriorBSVARSVTVI)
export(bsvar_mss_boost)
export(bsvar_mss_sv)
export(bsvar_mss_sv_boost)
export(bsvar_mss_tvi_boost)
export(bsvar_mss_tvi_sv)
export(bsvar_mss_tvi_sv_boost)
export(bsvar_tvi_boost)
export(bsvar_tvi_sv)
export(bsvar_tvi_sv_boost)
export(compute_TVI_component_density)
export(compute_fitted_values)
export(compute_impulse_responses)
export(compute_impulse_responses_by_components)
export(compute_regime_probabilities)
export(compute_structural_shocks)
export(djoin_sv)
export(drag_sv)
export(drop_sv)
export(normalise)
export(plot_TVIdensity)
export(ribbon_plot)
export(structural_to_array)
import(RcppProgress)
importFrom(GIGrvg,rgig)
importFrom(HDInterval,hdi)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(RcppTN,rtn)
importFrom(bsvars,specify_bsvar_sv)
useDynLib(bsvarTVPs, .registration = TRUE)