-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Visual Basic (VBA; VB 6.0) - Markov-Chains | ||
These Markov Chains <kbd>.BAS</kbd> modules accompany the book entitled: <i>Markov Chains: From Theory to Implementation and Experimentation</i>, and they are compatible with Visual Basic for Applications (<kbd>VBA</kbd>) and Visual Basic 6.0 (<kbd>VB 6.0</kbd>). These algorithms include the following: An introduction to simple stochastic matrices and transition probabilities is followed by a simulation of a two-state Markov chain. The notion of steady state is explored in connection with the long-run distribution behavior of the Markov chain. Predictions based on Markov chains with more than two states are examined, followed by a discussion of the notion of absorbing Markov chains. Also covered in detail are topics relating to the average time spent in a state, various chain configurations, and n-state Markov chain simulations used for verifying experiments involving various diagram configurations. | ||
|
||
![Screenshot](https://github.com/Gagniuc/Visual-Basic-modules-Markov-Chains/blob/main/Markov%20Chains.png) | ||
![Screenshot](https://github.com/Gagniuc/Visual-Basic-modules-Markov-Chains/blob/main/mc.png?raw=true) | ||
|
||
# References | ||
<i>Paul A. Gagniuc. Markov chains: from theory to implementation and experimentation. Hoboken, NJ, John Wiley & Sons, USA, 2017, ISBN: 978-1-119-38755-8.</i> |