MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / binomial_distribution.py

File binomial_distribution.py

maths/binomial_distribution.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""For more information about the Binomial Distribution -
2https://en.wikipedia.org/wiki/Binomial_distribution"""
3
4from math import factorial

Callers

nothing calls this directly

Calls 1

binomial_distributionFunction · 0.85

Tested by

no test coverage detected