math/README.md
2021-03-23 01:18:08 -05:00

253 B

math

These are some miscellaneous math functions implemented in Javascript that helped me with various assignments.

Distributions

The distributions.js file has some functions relating to Binomial and Poisson distributions of random variables.