Tagged Questions
12
votes
4answers
859 views
Stochastic calculus library in python
I am looking for a python library that would allow me to compute stochastic calculus stuff, like the (conditional) expectation of a random process I would define the diffusion. I had a look a at simpy ...
2
votes
3answers
129 views
Unit testing for stochastic processes?
Is there a sane way to unit test a stochastic process? For example say that you have coded a simulator for a specific system model. The simulator works randomly based on the seeds of the rngs so the ...