-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
28 lines (27 loc) · 901 Bytes
/
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_variance_decompositions,PosteriorBVARPANEL)
S3method(estimate,BVARPANEL)
S3method(estimate,PosteriorBVARPANEL)
S3method(forecast,PosteriorBVARPANEL)
S3method(plot,ForecastsPANEL)
S3method(plot,PosteriorFEVDPANEL)
S3method(summary,ForecastsPANEL)
S3method(summary,PosteriorBVARPANEL)
S3method(summary,PosteriorFEVDPANEL)
export(specify_bvarPANEL)
export(specify_panel_data_matrices)
export(specify_posterior_bvarPANEL)
export(specify_prior_bvarPANEL)
export(specify_starting_values_bvarPANEL)
import(RcppProgress)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(RcppTN,dtn)
importFrom(RcppTN,rtn)
importFrom(bsvars,compute_variance_decompositions)
importFrom(bsvars,estimate)
importFrom(bsvars,forecast)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tmvtnsim,rtmvnorm)
useDynLib(bvarPANELs, .registration = TRUE)