-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
40 lines (37 loc) · 806 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
38
39
40
useDynLib(dgRaph)
importFrom(Rcpp, loadModule)
importFrom(numDeriv, grad)
S3method(simulate, dfg)
export("potentials<-")
export(as.matrix.potential)
export(betaPotential)
export(dfg)
export(dim.potential)
export(expect)
export(expect.dfg)
export(expect2)
export(expect2.dfg)
export(facExpectations)
export(findSaddlePoint)
export(is.dfg)
export(is.potential)
export(kl)
export(likelihood)
export(linregPotential)
export(logregPotential)
export(meanlinkPotential)
export(mps)
export(multinomialPotential)
export(normalPotential)
export(plot.dfg)
export(poibinSA)
export(potentials)
export(tailIS)
export(tailNormal)
export(tailSaddle)
export(train)
export(update.betaPotential)
export(update.linregPotential)
export(update.logregPotential)
export(update.meanlinkPotential)
export(update.normalPotential)