Math scripts and helpers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Garrett Mills 84b3cd3d31
Add 'finance.js'
3 years ago
README.md Initial import 3 years ago
distributions.js Initial import 3 years ago
finance.js Add 'finance.js' 3 years ago

README.md

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.