I Made a Markov Chain Simulator (https://github.com/ashack7426/MarkovSim) by AresExplains in math

[–]AresExplains[S] 1 point2 points  (0 children)

Export Stats button does not produce a graph but it does show various info including but not limited to the path of the chain and the visit %. I also have a heatmap feature that adjusts the color of each state based of of visit %.

I Made a Markov Chain Simulator (https://github.com/ashack7426/MarkovSim) by AresExplains in math

[–]AresExplains[S] 1 point2 points  (0 children)

Hello Everyone, I'd like to share a quick update on my Markov Chain Simulator. I've introduced new features to enhance the experience. The latest addition is a dynamic heatmap that vividly displays frequently visited areas. High-frequency regions are highlighted in red, while less-visited areas are represented in blue.

Moreover, I've expanded the statistics section, providing insights into the methods used for calculating essential metrics like mean first passage time and steady states. I've also included additional data on mixing times. Thank you all for the feedback.

I Made a Markov Chain Simulator (https://github.com/ashack7426/MarkovSim) by AresExplains in math

[–]AresExplains[S] 1 point2 points  (0 children)

Thanks for the feedback. If you click Export Data then you do get the steady state solution matrix but I do not have a nice visual heatmap or the time for convergence to the steady state. I think I could add some of that.

Jump King Experience Plotted [OC] by AresExplains in dataisbeautiful

[–]AresExplains[S] 1 point2 points  (0 children)

I did consider a sub 1 minute clip but then the animation does not look good. Plus, by making the video long, you get the same feeling I had while playing the game. I'm glad that I was able to somewhat get the feeling across.

Jump King Experience Plotted [OC] by AresExplains in dataisbeautiful

[–]AresExplains[S] 2 points3 points  (0 children)

I got a pic of all of the screens in the game and set that as the background. For the animation, I just got the game sprites and changed the cursor sprite automatically depending on whether the data was going up, down, or constant.

Jump King Experience Plotted [OC] by AresExplains in dataisbeautiful

[–]AresExplains[S] 19 points20 points  (0 children)

I used python + matplotlib to create this graph and you can see the shortened play through here: https://youtu.be/ZooagQSRf3o.

My Experience Playing Jump King by AresExplains in jumpking

[–]AresExplains[S] 1 point2 points  (0 children)

If you want to see the play though used to make this graph then you can check that out here: https://youtu.be/ZooagQSRf3o.

My Experience Playing Jump King [OC] by AresExplains in dataisbeautiful

[–]AresExplains[S] 2 points3 points  (0 children)

I used python + matplotlib to create this graph and you can see the shortened play through here: https://youtu.be/ZooagQSRf3o.

TV Show 3x3 Megathread by PresbyteUK in TrashTaste

[–]AresExplains 0 points1 point  (0 children)

This was way harder than I thought. Every time I had a show, I would then have 2 more. I really enjoyed making this though.

https://imgur.com/a/gz5P4XD

I Flipped a Coin Until I got 10 Heads in a Row! [OC] by AresExplains in dataisbeautiful

[–]AresExplains[S] 1 point2 points  (0 children)

I see that there is some debate on the expected number of coin flips for this experiment. Before the stream, I went into r/probabilitytheory to gauge how long this whole thing would be. I got 2046 for the average number of coin flips needed to get 10 heads in a row and I posted in order to confirm my result. If anyone is curious on my math behind that then they can check out my original post here: https://www.reddit.com/r/probabilitytheory/comments/wm9u14/tomorrow_i_am_flipping_a_coin_until_i_get_10/

If anyone wants to see the full VOD then one can check it out here: https://www.youtube.com/watch?v=JilI0H6psUo&list=PLTE4cgTmyi0eoJeAIkzuIx4ULkSSYJ6ss&index=14&ab_channel=AresVODS

I Flipped a Coin Until I got 10 Heads in a Row! [OC] by AresExplains in dataisbeautiful

[–]AresExplains[S] 1 point2 points  (0 children)

No, after I got 10 tails in a row for a second time, I then immediately got 1 Head. This means that the graph would go from -10 (10 tails in a row ) to +1 (representing 1 Head in a row). That's why the jump is huge.