forked from stan-dev/loo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.12 KB
/
NAMESPACE
File metadata and controls
48 lines (47 loc) · 1.12 KB
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
# Generated by roxygen2: do not edit by hand
S3method(E_loo,default)
S3method(E_loo,matrix)
S3method(loo,"function")
S3method(loo,matrix)
S3method(plot,loo)
S3method(print,compare.loo)
S3method(print,loo)
S3method(print,pareto_k_table)
S3method(waic,"function")
S3method(waic,matrix)
export(E_loo)
export(compare)
export(extract_log_lik)
export(gpdfit)
export(loo)
export(loo.function)
export(loo.matrix)
export(model_select)
export(model_weights)
export(nlist)
export(pareto_k_ids)
export(pareto_k_table)
export(pseudobma_weight)
export(psislw)
export(stacking_weight)
export(waic)
export(waic.function)
export(waic.matrix)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(matrixStats,colLogSumExps)
importFrom(matrixStats,colVars)
importFrom(matrixStats,logSumExp)
importFrom(parallel,makePSOCKcluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(stats,constrOptim)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,sd)
importFrom(stats,var)