-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
37 lines (37 loc) · 948 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
29
30
31
32
33
34
35
36
37
S3method(coef,fastVAR.GraphicalVAR)
S3method(coef,fastVAR.GroupVAR)
S3method(coef,fastVAR.GroupVARX)
S3method(coef,fastVAR.RidgePath)
S3method(coef,fastVAR.SparseVAR)
S3method(coef,fastVAR.SparseVARX)
S3method(coef,fastVAR.VAR)
S3method(coef,fastVAR.VARX)
S3method(coef,fastVAR.fastMlm)
S3method(predict,fastVAR.GraphicalVAR)
S3method(predict,fastVAR.GroupVAR)
S3method(predict,fastVAR.GroupVARX)
S3method(predict,fastVAR.SparseVAR)
S3method(predict,fastVAR.SparseVARX)
S3method(predict,fastVAR.VAR)
S3method(predict,fastVAR.VARX)
export(GraphicalVAR)
export(GraphicalVARX)
export(GroupVAR)
export(GroupVARX)
export(SparseVAR)
export(SparseVARX)
export(VAR)
export(VAR.Z)
export(VAR.diag)
export(VARX)
export(VARX.Z)
export(coef.fastVAR.GraphicalVARX)
export(deseason)
export(exponentialWeights)
export(fastMlm)
export(is.periodic)
export(lastPeriod)
export(linearWeights)
export(predict.fastVAR.GraphicalVARX)
export(ridgePath)
useDynLib(fastVAR)