-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
28 lines (27 loc) · 755 Bytes
/
NAMESPACE
File metadata and controls
28 lines (27 loc) · 755 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(summary,stationary)
export(best_models)
export(fit_dirichlet)
export(rdirichlet)
export(rmarkov)
export(stationary)
export(stationary_mle)
export(transitions)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
importFrom(combinat,combn)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,parSapply)
importFrom(parallel,stopCluster)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib("MCMCprecision", .registration=TRUE)