Package: msde 1.0.5
msde: Bayesian Inference for Multivariate Stochastic Differential Equations
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'.
Authors:
msde_1.0.5.tar.gz
msde_1.0.5.zip(r-4.7)msde_1.0.5.zip(r-4.6)msde_1.0.5.zip(r-4.5)
msde_1.0.5.tgz(r-4.6-x86_64)msde_1.0.5.tgz(r-4.6-arm64)msde_1.0.5.tgz(r-4.5-x86_64)msde_1.0.5.tgz(r-4.5-arm64)
msde_1.0.5.tar.gz(r-4.7-arm64)msde_1.0.5.tar.gz(r-4.7-x86_64)msde_1.0.5.tar.gz(r-4.6-arm64)msde_1.0.5.tar.gz(r-4.6-x86_64)
msde_1.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
msde/json (API)
| # Install 'msde' in R: |
| install.packages('msde', repos = c('https://mlysy.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mlysy/msde/issues
Last updated from:2774ebd9f2. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 204 | ||
| linux-devel-x86_64 | OK | 167 | ||
| source / vignettes | OK | 203 | ||
| linux-release-arm64 | OK | 171 | ||
| linux-release-x86_64 | OK | 213 | ||
| macos-release-arm64 | OK | 160 | ||
| macos-release-x86_64 | OK | 252 | ||
| macos-oldrel-arm64 | OK | 146 | ||
| macos-oldrel-x86_64 | OK | 208 | ||
| windows-devel | OK | 155 | ||
| windows-release | OK | 146 | ||
| windows-oldrel | OK | 138 | ||
| wasm-release | OK | 137 |
Exports:mou.loglikmvn.hyper.checksde.diffsde.driftsde.examplessde.initsde.logliksde.make.modelsde.postsde.priorsde.simsde.valid.datasde.valid.params
Dependencies:RcppRcppProgresswhisker
Last update: 2021-12-17
Started: 2017-07-04
Last update: 2021-12-17
Started: 2017-06-14
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| msde: Bayesian Inference for Multivariate Stochastic Differential Equations | msde-package msde |
| Loglikelihood for multivariate Ornstein-Uhlenbeck process. | mou.loglik |
| Argument checking for the default multivariate normal prior. | mvn.hyper.check |
| SDE diffusion function. | sde.diff |
| SDE drift function. | sde.drift |
| Example SDE models. | sde.examples |
| MCMC initialization. | sde.init |
| SDE loglikelihood function. | sde.loglik |
| Create an SDE model object. | sde.make.model |
| MCMC sampler for the SDE posterior. | sde.post |
| SDE prior function. | sde.prior |
| Simulation of multivariate SDE trajectories. | sde.sim |
| SDE data and parameter validators. | sde.valid sde.valid.data sde.valid.params |
