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
- Host: GitHub
- URL: https://github.com/alexkroman/bayesian-planner
- Owner: alexkroman
- License: mit
- Created: 2025-01-28T17:10:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T19:05:17.000Z (about 1 year ago)
- Last Synced: 2025-07-17T23:17:38.570Z (7 months ago)
- Topics: bayesian, bayesian-methods, bayesian-statistics, typescript
- Language: JavaScript
- Homepage: https://alexkroman.substack.com/p/bayesian-thinking
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)