Ernest-K / clt-simulation

Online interactive simulation of the central limit theorem

Home Page:https://ernest-k.github.io/clt-simulation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clt-simulation

An interactive simulation made for an engineering applications of statistics course.

Usage/Examples

The project is hosted on github pages. Live here.

Run Locally

For development, you will only need Node.js

  • clone project
  git clone https://github.com/Ernest-K/clt-simulation.git
  • install dependencies
  cd clt-simulation
  npm install
  • run project and navigate to http://localhost:1234
  npm start
  • build project
  npm run build

About

Online interactive simulation of the central limit theorem

https://ernest-k.github.io/clt-simulation/


Languages

Language:TypeScript 60.8%Language:SCSS 24.5%Language:HTML 13.0%Language:JavaScript 1.6%