Skip to content

RSTooDs package v0.1.1

Latest
Compare
Choose a tag to compare
@benRenard benRenard released this 06 Jul 13:54
· 14 commits to main since this release

STooDs is a framework to build and estimate probabilistic models for data varying in Space, Time or other Dimensions. The R package RSTooDs is built as an R User Interface to the computational STooDs engine. It defines classes (objects’ properties and methods) for the various building blocks of a STooDs case study. Its typical usage is as follows:

  1. Assemble the dataset.
  2. Define the probabilistic model and its constitutive objects (parameters, dimensions, processes).
  3. Perform Bayesian-MCMC inference.
  4. Read, analyse and use MCMC samples.