This project simulates the market share evolution of Microsoft Windows versions using logistic growth and decline curves.
Each Windows version is modeled as:
- a logistic rise (adoption)
- followed by a logistic fall (replacement by the next version)
- Python
- NumPy
- Matplotlib
Each Windows version is defined by:
L– peak market sharet0– inflection point (year of maximum growth)
The total market share is visualized over time from 1989 to 2030(approx).
pip install -r requirements.txt
python script.pyhttps://portfolio.am.tumo.world/p/ldyg7z65v2o92qvdpjvd94qp8nx1jrm0/project/68e798797c625bfb7d6443f1
This project is licensed under the MIT License.