I would like to use Haskell for stochastic modeling, but I do not know how to do this. I read Hutton's "Haskell Programming," and I find it more convenient to write deterministic functional programs. However, I do not know how to start writing stochastic simulations of this kind that are easy in imperative languages ββsuch as R or python. Is there a tutorial or tutorial on this subject that I could read, or can someone give some tips on getting started?
source share