An open API service indexing awesome lists of open source software.

https://github.com/alexkroman/bayesian-planner

Simple script to illustrate Bayesian probabilities
https://github.com/alexkroman/bayesian-planner

bayesian bayesian-methods bayesian-statistics typescript

Last synced: 7 months ago
JSON representation

Simple script to illustrate Bayesian probabilities

Awesome Lists containing this project

README

          

# Bayesian Planner

## Overview

Bayesian Planner is a simple script designed to illustrate Bayesian probabilities, originally created for the Substack post: [Bayesian Thinking](https://alexkroman.substack.com/p/bayesian-thinking).

## Installation

To install dependencies, run:

```sh
npm install
```

## Running the Script

To execute the script, use:

```sh
npm run start
```

## Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.

## License

This project is open-source and available under the [MIT License](LICENSE).

## Author

[Alex Kroman](https://alexkroman.substack.com/)