1
vote
2answers
127 views
Stochastic calculus library in python
Hello,
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 …
2
votes
3answers
562 views
How do I generate a Poisson Process?
Original Question:
I want to generate a Poisson process. If the number of arrivals by time t is N(t) and I have a Poisson distribution with parameter lambda how do I generate N(t)? How would I do …
