├── .gitignore ├── GBM.png ├── README.md ├── index.js └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /GBM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NathanEpstein/stochastic/HEAD/GBM.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NathanEpstein/stochastic/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NathanEpstein/stochastic/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NathanEpstein/stochastic/HEAD/package.json --------------------------------------------------------------------------------