Math scripts and helpers
Go to file
2021-06-28 22:17:26 -05:00
distributions.js Initial import 2021-03-23 01:18:08 -05:00
finance.js Add target_weights function to finance 2021-06-28 22:17:26 -05:00
README.md Initial import 2021-03-23 01:18:08 -05:00

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.