Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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