Package: msde
Title: Bayesian Inference for Multivariate Stochastic Differential
        Equations
Version: 1.0
Date: 2017-07-01
Authors@R: c(person("Martin", "Lysy", role = c("aut", "cre"),
                    email = "mlysy@uwaterloo.ca"),
             person("JunYong", "Tong", role = "aut"),
	     person("Nigel", "Delaney", role = "ctb"))
Description: Implements an MCMC sampler for the posterior distribution of arbitrary time-homogeneous multivariate stochastic differential equation (SDE) models with possibly latent components.  The package provides a simple entry point to integrate user-defined models directly with the sampler's C++ code, and parallelizes large portions of the calculations when compiled with 'OpenMP'.
Depends: R (>= 3.0.0)
Imports: Rcpp (>= 0.12.7), methods, stats
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
License: GPL-3
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-05 13:20:14 UTC; mlysy
Author: Martin Lysy [aut, cre],
  JunYong Tong [aut],
  Nigel Delaney [ctb]
Maintainer: Martin Lysy <mlysy@uwaterloo.ca>
Repository: CRAN
Date/Publication: 2017-07-05 22:55:50 UTC
