-
Notifications
You must be signed in to change notification settings - Fork 39
/
DESCRIPTION
62 lines (62 loc) · 2.23 KB
/
DESCRIPTION
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
56
57
58
59
60
61
62
Package: markovchain
Type: Package
Title: Easy Handling Discrete Time Markov Chains
Version: 0.10.0
Authors@R: c(
person("Giorgio Alfredo", "Spedicato", role = c("aut", "cre"),
email = "spedicato_giorgio@yahoo.it",comment = c(ORCID = "0000-0002-0315-8888")),
person("Tae", "Seung Kang", role = "aut"),
person("Sai", "Bhargav Yalamanchi", role = "aut"),
person("Mildenberger", "Thoralf", role = "ctb", comment = c(ORCID = "0000-0001-7242-1873")),
person("Deepak", "Yadav", role = "aut"),
person("Ignacio", "Cordón", role = "aut", comment = c(ORCID = "0000-0002-3152-0231")),
person("Vandit", "Jain", role = "ctb"),
person("Toni", "Giorgino", role="ctb", comment = c(ORCID = "0000-0001-6449-0596")),
person("Richèl J.C.", "Bilderbeek", role = "ctb", comment = c(ORCID = "0000-0003-1107-7049")),
person("Daniel", "Ebbert", email = "daniel@ebbert.nrw", role = "ctb", comment = c(ORCID = "0000-0003-3666-7205")),
person("Shreyash", "Maheshwari", email = "coolshreysh1000@gmail.com", role = "ctb"),
person("Reinhold", "Koch", role = "ctb")
)
Maintainer: Giorgio Alfredo Spedicato <spedicato_giorgio@yahoo.it>
Description: Functions and S4 methods to create and manage discrete time Markov
chains more easily. In addition functions to perform statistical (fitting
and drawing random variates) and probabilistic (analysis of their structural
proprieties) analysis are provided. See Spedicato (2017) <doi:10.32614/RJ-2017-036>.
Some functions for continuous times Markov chains depend on the suggested ctmcd package.
License: MIT + file LICENSE
Depends:
R (>= 4.2.0),
Matrix (>= 1.5-0),
methods
Imports:
igraph,
expm,
stats4,
parallel,
Rcpp (>= 1.0.2),
RcppParallel,
utils,
stats,
grDevices
Suggests:
knitr,
testthat,
diagram,
DiagrammeR,
msm,
Rsolnp,
rmarkdown,
ctmcd,
bookdown,
rticles
Enhances:
etm
VignetteBuilder: rmarkdown, knitr, bookdown, rticles
LinkingTo: Rcpp, RcppParallel, RcppArmadillo (>= 0.9.600.4.0)
SystemRequirements: GNU make
LazyLoad: yes
ByteCompile: yes
Encoding: UTF-8
BugReports: https://github.com/spedygiorgio/markovchain/issues
URL: https://github.com/spedygiorgio/markovchain/
RoxygenNote: 7.3.2