Commit Graph

7 Commits

Author SHA1 Message Date
Anup Kumar Panwar
b59b70718d
Merge pull request #735 from RobotRage/bayes-theorem
feat: created bayes_theorem.cpp
2020-05-22 23:45:23 +05:30
Anup Kumar Panwar
2c5eab2b66
Merge pull request #736 from RobotRage/binomial-dist
feat: added binomial_dist.cpp
2020-05-22 23:44:57 +05:30
Dylan Robertson
c07bea4562
feat: added poisson_dist.cpp (#739)
* added poisson_dist.cpp

* https://en.wikipedia.org/wiki/Poisson_distribution

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-21 22:48:44 +02:00
Dylan Robertson
b691536ea9
spacing
Co-Authored-By: Christian Clauss <cclauss@me.com>
2020-04-27 17:31:44 +10:00
Dylan Robertson
547a4a9ed3 feat: added binomial_dist.cpp 2020-04-27 12:50:13 +10:00
Dylan Robertson
6030965310 feat: created bayes_theorem.cpp 2020-04-27 10:19:21 +10:00
Dylan Robertson
f6dd3bf6a9
feat: added addition_rule.cpp for probability (#732)
* added addition_rule.cpp for probability

* fixed cpplint errors

* Disable actions-gh-pages

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-04-26 11:51:38 +02:00