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

https://github.com/gagniuc/algorithms-in-visual-basic-for-applications

This repository includes the ".bas" files for Markov Chains that accompany the book entitled: Markov Chains: From Theory to Implementation and Experimentation. These ".bas" implementations can be used in various VBA Excel applications. This repository also includes an EXCEL file that supports VBA.
https://github.com/gagniuc/algorithms-in-visual-basic-for-applications

algorithms excel implementation markov-chain vba vba-excel vba-macros vba-modules vba-script

Last synced: about 2 months ago
JSON representation

This repository includes the ".bas" files for Markov Chains that accompany the book entitled: Markov Chains: From Theory to Implementation and Experimentation. These ".bas" implementations can be used in various VBA Excel applications. This repository also includes an EXCEL file that supports VBA.

Awesome Lists containing this project

README

        

# Algorithms in Visual Basic for Applications

This repository includes the ".bas" implementations for Markov Chains that accompany the book entitled: Markov Chains: From Theory to Implementation and Experimentation. These ".bas" files can be used in various VBA Excel applications. This repository also includes an EXCEL file that supports VBA. This file is called "MarkovChainsApp.xlsm" and incorporates all VB ".bas" files with some experimental approaches and textual explanations in regard to these algorithms.

![screenshot](https://github.com/Gagniuc/Algorithms-in-Visual-Basic-for-Applications/blob/main/MC.png?raw=true)

# 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.