Skip to content

fguntoro/odin.dust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odin.dust

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R build status CodeFactor codecov.io

Compile an odin model to work with dust, so that a stochastic model can be run in parallel, for example in a particle filter such as mcstate.

This works only for models that are discrete time, and makes sense only for models that are stochastic. Within these models you cannot use output(), interpolation functions or delays. Not all distributions are supported by dust (at the time of writing just runif, rnorm, rpois, and rbinom).

License

MIT © Imperial College of Science, Technology and Medicine

About

Compile odin to dust

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • R 84.3%
  • C++ 13.6%
  • Makefile 1.4%
  • Shell 0.7%