Skip to content

A python program that calculates the stable state matrix of an absorbing markov chain

License

Notifications You must be signed in to change notification settings

rezaqorbani/absorbing-markov-chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator for stable state of finite Markov chain

A GUI program, written in python that calculates the probability vector in stable state of an finite absorbing markov chain. Tkinter is used for GUI and input is validated using regex.

Alt text

Dependencies

numpy must be installed in order to run the program. If pip is installed, numpy can easily be installed by running the following command:

pip install numpy

Running the program

Navigate to the src folder and run the following command:

python3 main.py

Linux

On linux tkinter must be installed for the program to work. Run the following command:

sudo apt-get install python3-tk

About

A python program that calculates the stable state matrix of an absorbing markov chain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages