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 c30dc7e34e
Add target_weights function to finance
3 years ago
README.md Initial import 3 years ago
distributions.js Initial import 3 years ago
finance.js Add target_weights function to finance 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.