Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niaggar/ipt-galton-board

Code implementation to solve the Galton board problem
https://github.com/niaggar/ipt-galton-board

Last synced: about 2 months ago
JSON representation

Code implementation to solve the Galton board problem

Awesome Lists containing this project

README

        

# IPT-galton-board
Code implementation to solve the Galton board problem

> ## Question:
> Dropping a set of beads on a board with evenly distributed pegs results in a binomial distribution. Is it posible to generate other kinds of distribution by varying some parameters (Pegs size, pegs distribution, bead format, etc)? Is it possible to achive a distribution that does not obey the central limit theorem in an IID scenario?