Skip to content

manit2004/stdlib-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLT Demo

Small Central Limit Theorem simulator built with plain HTML/CSS and modular JavaScript.

Run locally

npm install
npm run dev

Build

npm run build
npm run preview

Notes

  • Random sampling comes from @stdlib/random-base-* modules.
  • The theoretical overlay uses @stdlib/stats-base-dists-normal-pdf.
  • App logic is split across src/modules/ for state, charts, simulation, stats, and events.
  • Verified with npm run build on March 20, 2026.

About

Central Limit Theorem Simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors