forked from Luis-Sanguiao/destim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
55 lines (54 loc) · 1.1 KB
/
NAMESPACE
File metadata and controls
55 lines (54 loc) · 1.1 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
49
50
51
52
53
54
55
# Generated by roxygen2: do not edit by hand
S3method(HMM,character)
S3method(HMM,integer)
S3method(HMM,numeric)
S3method(backward,HMM)
S3method(constraints,HMM)
S3method(emissions,HMM)
S3method(forward,HMM)
S3method(getTM,HMM)
S3method(gettransmatrix,HMM)
S3method(istates,HMM)
S3method(logLik,HMM)
S3method(nconstraints,HMM)
S3method(nstates,HMM)
S3method(ntransitions,HMM)
S3method(ptransition,HMM)
S3method(rparams,HMM)
S3method(scpstates,HMM)
S3method(sstates,HMM)
S3method(transitions,HMM)
export("emissions<-")
export("istates<-")
export("rparams<-")
export("setsnames<-")
export(HMM)
export(HMMrectangle)
export(addconstraint)
export(addtransition)
export(backward)
export(constraints)
export(createEM)
export(emissions)
export(fit)
export(forward)
export(fstates)
export(getTM)
export(gettransmatrix)
export(initparams)
export(initsteady)
export(istates)
export(logLik)
export(minparams)
export(nconstraints)
export(nstates)
export(ntransitions)
export(ostates)
export(ptransition)
export(rparams)
export(scpstates)
export(sstates)
export(transitions)
import(RcppEigen)
importFrom(Rcpp,evalCpp)
useDynLib(destim)