modppl 0.3.0

a experimental library for probabilistic programming in Rust.
Documentation
1
2
3
4
5
6
7
mod forward;
mod trace;
mod model;

pub use forward::hmm_forward_alg;
pub use trace::*;
pub use model::{HMMParams, HMM};