From e7e5018420b8659b61f295b88f91924e3a90697a Mon Sep 17 00:00:00 2001 From: "Paul A. Gagniuc" Date: Sun, 27 Feb 2022 14:41:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c7b1dd..cc1e902 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # :cloud: Markov Chains The weather -This application uses a 2X2 transition matrix to make predictions by using a Markov chain. For exemplification, the values from the transition matrix represent the transition probabilities between two states found in a sequence of observations (ex. s=RSRRSRRSRRRRSRRRSSSRRSRRRS). 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 (steps). A transition matrix can be obtained from a series of observations by using the [DPD algorithm](https://github.com/Gagniuc/Discrete-Probability-Detector-in-VB6). More in-depth information on these matters can be found in the [primary source](https://www.wiley.com/en-us/Markov+Chains%3A+From+Theory+to+Implementation+and+Experimentation-p-9781119387589). Note that Markov Chains - The weather is desidned in Visual Basic 6.0 (VB6), thus, the VB6 IDE is needed. +This application uses a 2X2 transition matrix to make predictions by using a Markov chain. For exemplification, the values from the transition matrix represent the transition probabilities between two states found in a sequence of observations (ex. s=RSRRSRRSRRRRSRRRSSSRRSRRRS). 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 (steps). Note that a transition matrix can be obtained from a series of observations by using the [DPD algorithm](https://github.com/Gagniuc/Discrete-Probability-Detector-in-VB6). More in-depth information on these matters can be found in the [primary source](https://www.wiley.com/en-us/Markov+Chains%3A+From+Theory+to+Implementation+and+Experimentation-p-9781119387589). Note that Markov Chains - The weather is desidned in Visual Basic 6.0 (VB6), thus, the VB6 IDE is needed. ![screenshot](https://github.com/Gagniuc/Markov-Chains-The-weather/blob/main/Markov%20Chains%20-%20The%20weather.PNG)