forked from bsvars/bsvars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
49 lines (48 loc) · 1.5 KB
/
NAMESPACE
File metadata and controls
49 lines (48 loc) · 1.5 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
41
42
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
S3method(estimate,BSVAR)
S3method(estimate,BSVARMIX)
S3method(estimate,BSVARMSH)
S3method(estimate,BSVARSV)
S3method(estimate,PosteriorBSVAR)
S3method(estimate,PosteriorBSVARMIX)
S3method(estimate,PosteriorBSVARMSH)
S3method(estimate,PosteriorBSVARSV)
S3method(forecast,PosteriorBSVAR)
S3method(forecast,PosteriorBSVARMIX)
S3method(forecast,PosteriorBSVARMSH)
S3method(forecast,PosteriorBSVARSV)
export(compute_conditional_sd)
export(compute_fitted_values)
export(compute_historical_decompositions)
export(compute_impulse_responses)
export(compute_regime_probabilities)
export(compute_structural_shocks)
export(compute_variance_decompositions)
export(estimate)
export(forecast)
export(normalise_posterior)
export(specify_bsvar)
export(specify_bsvar_mix)
export(specify_bsvar_msh)
export(specify_bsvar_sv)
export(specify_data_matrices)
export(specify_identification_bsvars)
export(specify_posterior_bsvar)
export(specify_posterior_bsvar_mix)
export(specify_posterior_bsvar_msh)
export(specify_posterior_bsvar_sv)
export(specify_prior_bsvar)
export(specify_prior_bsvar_mix)
export(specify_prior_bsvar_msh)
export(specify_prior_bsvar_sv)
export(specify_starting_values_bsvar)
export(specify_starting_values_bsvar_mix)
export(specify_starting_values_bsvar_msh)
export(specify_starting_values_bsvar_sv)
import(RcppProgress)
importFrom(GIGrvg,rgig)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(RcppTN,rtn)
importFrom(stochvol,svsample_fast_cpp)
useDynLib(bsvars, .registration = TRUE)