-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
33 lines (33 loc) · 963 Bytes
/
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
Package: MultiBD
Type: Package
Title: Multivariate Birth-Death Processes
Version: 0.2.1
Date: 2018-03-19
Author: Lam S.T. Ho [aut, cre],
Marc A. Suchard [aut],
Forrest W. Crawford [aut],
Jason Xu [ctb],
Vladimir N. Minin [ctb]
Maintainer: Marc A. Suchard <[email protected]>
Description: Computationally efficient functions to provide direct likelihood-based
inference for partially-observed multivariate birth-death processes. Such processes
range from a simple Yule model to the complex susceptible-infectious-removed model
in disease dynamics. Efficient likelihood evaluation facilitates maximum likelihood
estimation and Bayesian inference.
License: Apache License 2.0
Depends:
R (>= 3.1.0)
Imports:
Rcpp (>= 0.11.2),
RcppParallel
LinkingTo: Rcpp, BH, RcppParallel
Suggests:
testthat,
knitr,
rmarkdown,
MCMCpack,
ggplot2,
matrixStats,
plotrix
RoxygenNote: 6.0.1
VignetteBuilder: knitr