Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Accelerator086/Numerical-Methods-in-Finance-Using-Scipy
UIBE SBF 02035057 数值分析
https://github.com/Accelerator086/Numerical-Methods-in-Finance-Using-Scipy
jupyter-notebook python
Last synced: 15 days ago
JSON representation
UIBE SBF 02035057 数值分析
- Host: GitHub
- URL: https://github.com/Accelerator086/Numerical-Methods-in-Finance-Using-Scipy
- Owner: Accelerator086
- License: mit
- Created: 2022-06-30T08:55:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T05:00:56.000Z (over 2 years ago)
- Last Synced: 2024-08-02T10:27:03.016Z (4 months ago)
- Topics: jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage: https://nbviewer.org/github/Accelerator086/Numerical-Methods-in-Finance-Using-Scipy/blob/main/Numerical%20Methods%20in%20Finance%20Using%20Python.ipynb
- Size: 257 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerical Methods in Finance Using Scipy
UIBE-SBF 02035057 数值分析
用 Python 做数值计算**初步**,一般而言就是用 `Scipy` 库做了。
展示格式为 [`Numerical Methods in Finance Using Python.ipynb`](https://github.com/Accelerator086/Numerical-Methods-in-Finance-Using-Scipy/blob/main/Numerical%20Methods%20in%20Finance%20Using%20Python.ipynb) 。
## Reference
- 《数值计算方法(MATLAB版)》马昌凤、柯艺芬编著
- Documents: Numpy, Scipy## License
MIT License
Copyright (c) 2022 Accelerator086
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.