Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 914 Bytes

File metadata and controls

30 lines (22 loc) · 914 Bytes

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