https://github.com/adrian-lin-1-0-0/drawing-by-python
Some mathematical drawings by python
https://github.com/adrian-lin-1-0-0/drawing-by-python
ipynb ipython-notebook kelly-criterion python random-walk
Last synced: 3 months ago
JSON representation
Some mathematical drawings by python
- Host: GitHub
- URL: https://github.com/adrian-lin-1-0-0/drawing-by-python
- Owner: adrian-lin-1-0-0
- Created: 2023-02-22T17:14:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T03:34:54.000Z (over 2 years ago)
- Last Synced: 2025-01-12T06:07:44.937Z (5 months ago)
- Topics: ipynb, ipython-notebook, kelly-criterion, python, random-walk
- Language: Jupyter Notebook
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drawings by python
> Some mathematical drawings by python## Probability Theory
- [2D random walk](./2D-random-walk/random-walk.ipynb)

- [Kelly Criterion](./kelly-criterion/kelly-criterion.ipynb)