th-rust 0.1.0

ThRust is a software framework for thermodynamic and probabilistic computing.
Documentation
1
2
3
4
mod mcmc;
mod plot;
pub use plot::Plotter;
pub use mcmc::MCMC;