Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miasanromen/math-modeling
Math modeling with Python. Statistics, math, graphics
https://github.com/miasanromen/math-modeling
math matplotlib numpy probality-theory scipy-stats statistics
Last synced: about 5 hours ago
JSON representation
Math modeling with Python. Statistics, math, graphics
- Host: GitHub
- URL: https://github.com/miasanromen/math-modeling
- Owner: MiaSanRomen
- Created: 2021-10-28T10:23:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T10:03:15.000Z (about 1 year ago)
- Last Synced: 2023-10-17T02:47:04.607Z (about 1 year ago)
- Topics: math, matplotlib, numpy, probality-theory, scipy-stats, statistics
- Language: Python
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math modeling with Python
Here is 3 exercises done using such libraries as:
```
- numpy
- matplotlib.pyplo
- scipy.stats
```
Cases:
```
- 1. Simulation of discrete random variables with a specified distribution law
- 2. Building simulation models of queuing system
- 3. Building complex queuing system and analysis of empirical and theoretical results
```- Done in 2021