Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/niaggar/ipt-galton-board
- Owner: niaggar
- License: mit
- Created: 2023-09-18T00:47:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T21:26:26.000Z (about 1 year ago)
- Last Synced: 2024-06-04T04:36:30.217Z (7 months ago)
- Language: Jupyter Notebook
- Size: 47.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?