-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
53 lines (52 loc) · 1.18 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
# Generated by roxygen2: do not edit by hand
S3method(boxplot,timeSpent)
S3method(hist,duration)
S3method(hist,njump)
S3method(plot,Markov)
S3method(plot,fmca)
S3method(plot,pt)
S3method(predict,fmca)
S3method(print,fmca)
S3method(summary,fmca)
export(.onAttach)
export(compute_duration)
export(compute_number_jumps)
export(compute_optimal_encoding)
export(compute_time_spent)
export(convertToCfd)
export(cut_data)
export(estimate_Markov)
export(estimate_pt)
export(generate_2State)
export(generate_Markov)
export(get_encoding)
export(get_state)
export(matrixToCfd)
export(plotComponent)
export(plotData)
export(plotEigenvalues)
export(plotIndicatorsReconstruction)
export(reconstructIndicators)
export(remove_duplicated_states)
export(statetable)
export(summary_cfd)
import(diagram)
import(dplyr)
import(fda)
import(ggplot2)
import(mgcv)
import(msm)
import(pbapply)
import(tidyr)
importFrom(graphics,boxplot)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,cov)
importFrom(stats,integrate)
importFrom(stats,rexp)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(tibble,add_column)
importFrom(tibble,is_tibble)
importFrom(utils,head)