Skip to content

Instantly share code, notes, and snippets.

View chidinweke's full-sized avatar

Chidi Nweke chidinweke

View GitHub Profile
@jimjam88
jimjam88 / Poisson.php
Last active July 2, 2017 16:33
Simple PHP Implementation of the Poisson Distribution concept
<?php
namespace Poisson;
class Poisson
{
/**
* Factorial function
*
* @param integer $number