Skip to content

This model is approximate and created just to show the abilities of python(+his libraries) not to show exact model of windows market share!

License

Notifications You must be signed in to change notification settings

Svaveop/WindowsMarketShareModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Windows Market Share Model

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)

Technologies

  • Python
  • NumPy
  • Matplotlib

How it works

Each Windows version is defined by:

  • L – peak market share
  • t0 – inflection point (year of maximum growth)

The total market share is visualized over time from 1989 to 2030(approx).

How to run

pip install -r requirements.txt
python script.py

Photo of the graph

https://portfolio.am.tumo.world/p/ldyg7z65v2o92qvdpjvd94qp8nx1jrm0/project/68e798797c625bfb7d6443f1

License

This project is licensed under the MIT License.

About

This model is approximate and created just to show the abilities of python(+his libraries) not to show exact model of windows market share!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages