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

https://github.com/gagniuc/markov-chains-vb6

Markov Chains in Visual Basic 6.0 (VB6) - These applications use transition matrices to make predictions by using a Markov chain. For exemplification, the values from the transition matrix, in any of the three applications, represent the transition probabilities between two states found in a sequence of observations.
https://github.com/gagniuc/markov-chains-vb6

markov-chain markov-model prediction vb6 weather weather-forecast

Last synced: 7 months ago
JSON representation

Markov Chains in Visual Basic 6.0 (VB6) - These applications use transition matrices to make predictions by using a Markov chain. For exemplification, the values from the transition matrix, in any of the three applications, represent the transition probabilities between two states found in a sequence of observations.

Awesome Lists containing this project

README

          

# Markov Chains in VB6

These applications use transition matrices to make predictions by using a Markov chain. For exemplification, the values from the transition matrix, in any of the three applications, represent the transition probabilities between two states found in a sequence of observations (ex. s=SRSRSSRRRSRRSRRRS). These two states are: Sunny and Rainy, or R and S. Based on the initial probability vector, the application calculates how the weather may be on a number of days. More in-depth information on these matters can be found in the primary source.

# Screenshot

![screenshot](https://github.com/Gagniuc/Markov-Chains-VB6/blob/main/img/Markov%20Chains%20VB6%20(1).PNG)

![screenshot](https://github.com/Gagniuc/Markov-Chains-VB6/blob/main/img/Markov%20Chains%20VB6%20(2).PNG)

![screenshot](https://github.com/Gagniuc/Markov-Chains-VB6/blob/main/img/Markov%20Chains%20VB6%20(3).PNG)

# References

- Paul A. Gagniuc. Markov chains: from theory to implementation and experimentation. Hoboken, NJ, John Wiley & Sons, USA, 2017, ISBN: 978-1-119-38755-8.