A Random Walk in 10 Dimensions (2021)
https://galileo-unbound.blog/2021/06/28/a-random-walk-in-10-dimensions/
#HackerNews #A #Random #Walk #in #10 #Dimensions #2021 #RandomWalk #Dimensions #Mathematics #Exploration
A Random Walk in 10 Dimensions (2021)
https://galileo-unbound.blog/2021/06/28/a-random-walk-in-10-dimensions/
#HackerNews #A #Random #Walk #in #10 #Dimensions #2021 #RandomWalk #Dimensions #Mathematics #Exploration
`His initial intended uses were for linguistic analysis and other mathematical subjects like card shuffling, but both Markov chains and matrices rapidly found use in other fields.`
Want to visualize a 2D Random Walk of the Wilcox distribution in #R then the RandomWalker package developed by myself and Antti Rask can do that. #R #RStats #RandomWalker #RandomWalk #Visualization #ggplot2 #TidyData
Hexagonaler Random Walk mit TigerJython
Der bei Microsoft forschende Psychologe und Informatiker Dan Goldstein berichtet in seinem Blog, wie er mit seiner neunjährigen Tochter in einem Bagel-Shop warten mußte. Um sich die Langeweile zu verkürzen, kramte er ein hexagonal-kariertes Blatt Papier und einen Würfel hervor (Psychologen bei Microsoft haben immer ein hexagonal-karierten Notizblock und einen Würfel in der Tasche). https://kantel.github.io/posts/2025061802_hexawalk/ #TigerJython #RandomWalk #Python #CreativeCoding
#genuary17 - Pi is 4? When contemplating how to approach this one, I recalled the fascinating Monte Carlo methods for calculating pi, like counting how many random dots fall inside a circle, or Buffon's needle experiment. A method unfamiliar to me until now method is based on random walk. I had to code it up and try it, and then thought about what would have to change to make pi come out to be 4. Instead of a random walk where each step is randomly either -1 or 1, the steps would need to be approximately -0.885 or +0.885. This image visualizes the difference, with the cream color walks for the regular pi, and the turquoise paths the "pi=4". #pi #randomwalk #genuary #genuary2025
Hot from the press, with Richard Mann
and @elva: Random walks with spatial and temporal resets can explain individual and colony-level searching patterns in ants
https://royalsocietypublishing.org/doi/10.1098/rsif.2024.0149
Hexagonaler Random Walker (mit der Turtle und in Trinket)
Da ich mit meinen Spiralen Blut geleckt hatte, wollte ich unbedingt zu Beginn des Jahres noch etwas mit Pythons Turtle anstellen. Also habe ich den hexagonalen Random Walk, den ich im Dezember 2017 schon einmal hier in diesem Blog Kritzelheft vorgestellt hatte, wieder aus der Mottenkiste hervorgekramt und ein wenig aufgehübscht. https://kantel.github.io/posts/2024010501_hex_rand_walk/ #Python #Turtle #CreativeCoding #RandomWalk #Trinket