Skip to content

MyGit-0/bayesian-playground

Repository files navigation

Bayesian Playground 🎲

An interactive educational web application that visualizes and explains Bayesian statistics concepts, including inference, hierarchical modeling, and Markov Chain Monte Carlo (MCMC) sampling.

Built with React, TypeScript, Vite, Tailwind CSS, and Framer Motion.

Features

  • MCMC Sampling Visualizer: Interactive demonstration of Metropolis-Hastings MCMC sampling.
  • Hierarchical Modeling: Visualizations for understanding multi-level models.
  • Posterior Updates: Step-by-step visualizations of Bayesian updating.
  • Rich Math Formatting: utilizing KaTeX for seamless formula rendering.

Setup & Running Locally

Note: the setup was tested using node v24.14.0, npm v11.9.0

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Build for production:

    npm run build

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors