Package: msde Title: Bayesian Inference for Multivariate Stochastic Differential Equations Version: 1.0.5 Date: 2021-12-16 Authors@R: c(person("Martin", "Lysy", role = c("aut", "cre"), email = "mlysy@uwaterloo.ca"), person("Feiyu", "Zhu", role = "aut"), person("JunYong", "Tong", role = "aut"), person("Trevor", "Kitt", role = "ctb"), 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, tools, whisker LinkingTo: Rcpp, RcppProgress Suggests: knitr, rmarkdown, testthat, RcppProgress VignetteBuilder: knitr License: GPL-3 Encoding: UTF-8 URL: https://github.com/mlysy/msde BugReports: https://github.com/mlysy/msde/issues RoxygenNote: 7.1.2 Roxygen: list(markdown = TRUE) Repository: https://mlysy.r-universe.dev Date/Publication: 2022-05-24 15:39:05 UTC RemoteUrl: https://github.com/mlysy/msde RemoteRef: HEAD RemoteSha: 2774ebd9f2dcd5087d5f6cbffabcd86c0d28ce69 NeedsCompilation: yes Packaged: 2026-07-04 04:35:39 UTC; root Author: Martin Lysy [aut, cre], Feiyu Zhu [aut], JunYong Tong [aut], Trevor Kitt [ctb], Nigel Delaney [ctb] Maintainer: Martin Lysy