-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: PhaseType
Title: Inference for Phase-Type Distributions
Description: Functions to perform Bayesian inference on absorption time data for
Phase-type distributions. The methods of Bladt et al (2003)
<doi:10.1080/03461230110106435> and Aslett (2012)
<https://www.louisaslett.com/PhD_Thesis.pdf> are provided.
URL: https://www.louisaslett.com/PhaseType/, https://github.com/louisaslett/PhaseType
BugReports: https://github.com/louisaslett/PhaseType/issues
Version: 0.3.0
Maintainer: Louis Aslett <louis.aslett@durham.ac.uk>
Authors@R: c(person("Louis", "Aslett", email = "louis.aslett@durham.ac.uk",
role = c("aut", "cre")),
person("Wally", "Gilks",
role = "ctb"))
Copyright: The code in src/arms.c is slightly modified based on the research
paper implementation written by Wally Gilks. All other code in all
other files were written by the maintainer.
Imports: coda, ggplot2, reshape
Suggests: actuar
License: GPL-2 | GPL-3
LazyLoad: yes