-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.68 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
69
70
# Generated by roxygen2: do not edit by hand
S3method(coef,VECM)
S3method(plot,VECM)
S3method(plot,VECM_FEVD)
S3method(plot,VECM_IR)
S3method(plot,VECM_forecast)
S3method(print,ARCH_test)
S3method(print,BG_test)
S3method(print,VECM)
S3method(print,VECM_FEVD)
S3method(print,VECM_IR)
S3method(print,VECM_forecast)
S3method(print,VECM_spec)
S3method(print,chow_test)
S3method(print,cointegration_test)
S3method(print,granger_test)
S3method(print,normality_test)
S3method(print,port_test)
S3method(summary,VECM)
export(ARCH_test)
export(BG_test)
export(VECM)
export(VECM_FEVD)
export(VECM_IR)
export(VECM_MA)
export(VECM_forecast)
export(VECM_spec)
export(VECM_to_VAR)
export(chow_test)
export(cointegration_test)
export(granger_test)
export(johansen_distr)
export(johansen_stat)
export(normality_test)
export(port_test)
export(stability_check)
importFrom(MASS,mvrnorm)
importFrom(expm,"%^%")
importFrom(expm,sqrtm)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,title)
importFrom(matrixcalc,D.matrix)
importFrom(matrixcalc,K.matrix)
importFrom(matrixcalc,L.matrix)
importFrom(matrixcalc,upper.triangle)
importFrom(pbapply,pbreplicate)
importFrom(stats,acf)
importFrom(stats,coef)
importFrom(stats,cov2cor)
importFrom(stats,density)
importFrom(stats,embed)
importFrom(stats,lm)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,printCoefmat)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,symnum)
importFrom(stats,var)
importFrom(utils,tail)
importFrom(viridis,viridis_pal)