Crate reCTBN

source ·
Expand description

Library

Note: At the moment it’s in pre-alpha state.

A Continuous Time Bayesian Networks Library written in Rust. 🦀

Contribute

See CONTRIBUTING.md to know how to report bugs, propose features, merge requests or other forms of contribution! 😎🚀

License

This software is distributed under the terms of both the Apache License (Version 2.0) and the MIT license.

See LICENSE-APACHE and LICENSE-MIT for details.

Modules

  • Module containing methods used to learn the parameters.
  • Module containing methods to define different types of nodes.
  • Defines methods for dealing with Probabilistic Graphical Models like the CTBNs
  • Module containing methods for the sampling.
  • Learn the structure of the network.
  • Contains commonly used methods used across the crate.