-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
37 lines (36 loc) · 973 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(ArmaMarkovLoop)
export(ArmaSimulateMarkov)
export(MatrixArrange)
export(analyse_ce)
export(benchmark_markov)
export(calc_discounting)
export(example_two_state_markov)
export(markov_ce_pipeline)
export(markov_loop)
export(markov_simulation_pipeline)
export(matrix_arrange)
export(matrix_arrange_inner)
export(reference_two_state_markov)
export(sample_markov)
export(sample_markov_base)
export(simulate_markov)
export(simulate_markov_base)
export(vector_arrange)
importFrom(Rcpp,evalCpp)
importFrom(VGAM,rdiric)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(dplyr,bind_cols)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,transpose)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
useDynLib(SpeedyMarkov, .registration=TRUE)