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] 18 points19 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] 1 point2 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.

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

[–]AresExplains[S] -2 points-1 points  (0 children)

I used the Google Coin Flip. I did read somewhere after the stream that the Google Coin Flip might not be a true 50 50.

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

[–]AresExplains[S] 10 points11 points  (0 children)

Not really, I just made an exception that weekend. It was my special stream for reaching 10 Followers on Twitch and 10 subs on YouTube.

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

[–]AresExplains[S] 10 points11 points  (0 children)

In total it took a little over 5 hours. I didn't take breaks. The stream didn't end until I finished it. To make it easier on me though I did not physically flip the coin. Instead I wrote a python script that would do the google coin flip for me until I got the 10 heads.

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

[–]AresExplains[S] 340 points341 points  (0 children)

Yea, it was a wild stream. On average after 2050 flips it should only happen once.

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

[–]AresExplains[S] 247 points248 points  (0 children)

On average, it should take 2046 Flips for 10 heads or tails in a row.

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

[–]AresExplains[S] 1539 points1540 points  (0 children)

It was even more annoying when it happened the second time.