Module bio::stats::bayesian::model

source ·
Expand description

A trait system for Bayesian statistical modelling.

Structs§

  • Bayesian model, consisting of a prior, a posterior and a likelihood model. Thereby, Payload is a custom payload of the model instance. This can be used to define custom caching mechanisms. See here for an example.
  • Instance of a model for given data and event universe. From the instance, posterior, marginal and MAP can be computed.

Traits§

Type Aliases§