Built with 🦀
About
Ask Bayes is a simple command line tool for performing Bayesian inference. You can save your updates locally to preserve the latest priors for your hypotheses.
Installation
cargo install ask-bayes
Usage
Ask Bayes can be invoked like so:
ask-bayes -n Hypothesis-name -p 0.75 -l 0.75
which will output:
| | | |
| | ) | |
| | | ) | |
| | | ) | |
| | ) | |
| | | ) | |
see ask-bayes --help
for more information.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.