-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
61 lines (60 loc) · 2.19 KB
/
Copy pathNAMESPACE
File metadata and controls
61 lines (60 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
S3method(compute_forecast_performance,ForecastsPANELpoos)
S3method(compute_variance_decompositions,PosteriorBVARGROUPPANEL)
S3method(compute_variance_decompositions,PosteriorBVARPANEL)
S3method(compute_variance_decompositions,PosteriorBVARs)
S3method(estimate,BVARGROUPPANEL)
S3method(estimate,BVARGROUPPRIORPANEL)
S3method(estimate,BVARPANEL)
S3method(estimate,BVARs)
S3method(estimate,PosteriorBVARGROUPPANEL)
S3method(estimate,PosteriorBVARGROUPPRIORPANEL)
S3method(estimate,PosteriorBVARPANEL)
S3method(estimate,PosteriorBVARs)
S3method(forecast,PosteriorBVARGROUPPANEL)
S3method(forecast,PosteriorBVARGROUPPRIORPANEL)
S3method(forecast,PosteriorBVARPANEL)
S3method(forecast,PosteriorBVARs)
S3method(forecast_poos_recursively,BVARGROUPPANEL)
S3method(forecast_poos_recursively,BVARGROUPPRIORPANEL)
S3method(forecast_poos_recursively,BVARPANEL)
S3method(forecast_poos_recursively,BVARs)
S3method(plot,ForecastsPANEL)
S3method(plot,PosteriorFEVDPANEL)
S3method(summary,ForecastsPANEL)
S3method(summary,PosteriorBVARGROUPPANEL)
S3method(summary,PosteriorBVARGROUPPRIORPANEL)
S3method(summary,PosteriorBVARPANEL)
S3method(summary,PosteriorBVARs)
S3method(summary,PosteriorFEVDPANEL)
export(compute_forecast_performance)
export(forecast)
export(forecast_poos_recursively)
export(specify_bvarGroupPANEL)
export(specify_bvarGroupPriorPANEL)
export(specify_bvarPANEL)
export(specify_bvars)
export(specify_panel_data_matrices)
export(specify_poosf_exercise)
export(specify_posterior_bvarGroupPANEL)
export(specify_posterior_bvarGroupPriorPANEL)
export(specify_posterior_bvarPANEL)
export(specify_posterior_bvars)
export(specify_prior_bvarPANEL)
export(specify_prior_bvars)
export(specify_starting_values_bvarGroupPANEL)
export(specify_starting_values_bvarGroupPriorPANEL)
export(specify_starting_values_bvarPANEL)
export(specify_starting_values_bvars)
import(RcppProgress)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(RcppTN,dtn)
importFrom(RcppTN,rtn)
importFrom(TruncatedNormal,mvrandn)
importFrom(bsvars,compute_variance_decompositions)
importFrom(bsvars,estimate)
importFrom(generics,forecast)
importFrom(stats,quantile)
importFrom(stats,sd)
useDynLib(bpvars, .registration = TRUE)