Financial-Models-Numerical-Methods
Financial-Models-Numerical-Methods copied to clipboard
Collection of notebooks about quantitative finance, with interactive python code.
Hi, on my new windows 10 laptop, I installed all packages in requirements.txt and ran the cython build. Following your response to another issue I also installed visualcppbuildtools_full.exe. (FMNM) C:\Users\x\Documents\FMNM>cd...
Hello Firstly thanks so much for all your notebooks they are really helpful and insightful. Credit to you for all the effort. However I noticed something in notebook 1.4 When...
For loops over rows is faster than over columns. I have already updated the code in commit 8fe948e, where this code: ```python X = np.zeros((paths, N)) for t in range(0,...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] Changelog Sourced from...
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.7.0 to 2.7.2. Release notes Sourced from jupyter-server's releases. v2.7.2 v2.7.1 2.7.1 (Full Changelog) Bugs fixed accessing API version should not count as activity #1315 (@minrk) Make...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...
Hi, I am new to python and trying to use code from 1.1 Black-Scholes numerical methods.ipynb file in jupyter notebook. As I try to install the libraries via using the...