Predictions with Markov Chains is a JS application that multiplies a probability vector with a transition matrix multiple times (n steps - user defined). On each step, the values from the resulting probability vectors are plotted on a chart. The resulting curves on the chart indicate the behavior of the system over n steps.
javascript html5 system js matrix probability markov-chain html5-canvas prediction states future steps transition-matrix initial-vector
- Updated
Mar 21, 2022 - HTML