↧
Modelling snowfall as a random walk with a drift
I am trying to simulate a (very) simple model of snow fall/accumulation using random walks in the following way: sf = Accumulate[RandomVariate[BernoulliDistribution[0.2], 100] *...
View ArticleJavaScript Snowfall
I used JavaScript to create a snowfall script for web pages. It's just for fun, and I thought I would share. I'm testing it at https://chromosphere.com and you can take a look at it in action. I...
View Article