-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
S3method(add_priors,bvarmodel)
S3method(add_priors,bvecmodel)
S3method(add_priors,dfmodel)
S3method(draw_posterior,bvarmodel)
S3method(draw_posterior,bvecmodel)
S3method(draw_posterior,dfmodel)
S3method(fevd,bvar)
S3method(irf,bvar)
S3method(plot,bvar)
S3method(plot,bvarfevd)
S3method(plot,bvarirf)
S3method(plot,bvarlist)
S3method(plot,bvarprd)
S3method(plot,bvec)
S3method(plot,dfm)
S3method(predict,bvar)
S3method(print,summary.bvar)
S3method(print,summary.bvec)
S3method(summary,bvar)
S3method(summary,bvarlist)
S3method(summary,bvec)
S3method(summary,dfm)
S3method(thin,bvar)
S3method(thin,bvarlist)
S3method(thin,bvec)
S3method(thin,dfm)
export(add_priors)
export(bvar)
export(bvarpost)
export(bvec)
export(bvec_to_bvar)
export(bvecpost)
export(dfm)
export(dfmpost)
export(draw_posterior)
export(fevd)
export(gen_dfm)
export(gen_var)
export(gen_vec)
export(inclusion_prior)
export(irf)
export(minnesota_prior)
export(post_normal_covar_const)
export(post_normal_covar_tvp)
export(ssvs_prior)
exportPattern("^[[:alpha:]]+")
import(methods)
importFrom(Matrix,chol)
importFrom(Matrix,crossprod)
importFrom(Matrix,solve)
importFrom(Matrix,t)
importFrom(Rcpp,sourceCpp)
importFrom(coda,thin)
useDynLib(bvartools, .registration = TRUE)