Showing posts with label repo. Show all posts
Showing posts with label repo. Show all posts

Wednesday, 17 November 2010

Small Binomial Distribution lib

Here is my lib, writed for educational purposes.

You may download repo from GitHub page of lib
or using this git-link: git://github.com/dector/Binomial-Distribution.git

For visualisation project uses JFreeChart lib, what you can download from JFreeChart download page.

Screenshots:
n = 100
p = 0.5

n = 1000
p = 0.7

n = 5000 ;)
p = 0.3

Enjoy!