-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.97 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
S3method("[",bayesianVARs_coef)
S3method("[",bayesianVARs_draws)
S3method(coef,bayesianVARs_bvar)
S3method(fitted,bayesianVARs_bvar)
S3method(pairs,bayesianVARs_predict)
S3method(plot,bayesianVARs_bvar)
S3method(plot,bayesianVARs_fitted)
S3method(plot,bayesianVARs_predict)
S3method(predict,bayesianVARs_bvar)
S3method(print,bayesianVARs_bvar)
S3method(print,bayesianVARs_predict)
S3method(print,summary.bayesianVARs_bvar)
S3method(print,summary.bayesianVARs_predict)
S3method(summary,bayesianVARs_bvar)
S3method(summary,bayesianVARs_draws)
S3method(summary,bayesianVARs_predict)
S3method(vcov,bayesianVARs_bvar)
export(bvar)
export(my_gig)
export(posterior_heatmap)
export(specify_prior_phi)
export(specify_prior_sigma)
export(stable_bvar)
importFrom(GIGrvg,rgig)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,sourceCpp)
importFrom(colorspace,diverge_hcl)
importFrom(colorspace,sequential_hcl)
importFrom(factorstochvol,fsvsim)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(scales,alpha)
importFrom(stats,cor)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,embed)
importFrom(stats,fitted)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,ts.plot)
importFrom(stochvol,specify_priors)
importFrom(stochvol,svsample)
importFrom(stochvol,svsample_fast_cpp)
importFrom(stochvol,validate_and_process_expert)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
useDynLib(bayesianVARs, .registration = TRUE)