Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
862 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 ...
6
votes
4answers
423 views

Algorithm to find hole in an infinite one dimensional graph

A cow is standing in front of an infinite fence . On the other side is grass. The cow wants to get to this grass. Somewhere along this fence is a hole through which the cow can get to the other side. ...
4
votes
4answers
123 views

Are there known techniques to generate realistic looking fake stock data?

I recently wrote some Javascript code to generate random fake stock data as I wanted to show a chart that at first glanced looked like real stock data - but all I came up with was pretty noddy. I was ...
3
votes
2answers
322 views

Generate Poisson process using R

I want to generate a process where in every step there is a realisation of a Poisson random variable, this realisation should be saved and then it should be realize the next Poisson random variable ...
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 ...
2
votes
4answers
4k 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 ...
0
votes
2answers
42 views

boost::shared_ptr / QuantLib / stochastic process / path generation

Happy Holidays, everyone ! I'm trying to generate paths of a square root process using the QuantLib/Boost C++ libraries and have encountered what I believe to be an annoying little problem with a ...
0
votes
2answers
94 views

Predicting a Poisson process

I want to predict the inter-arrival times of road traffic with Poisson distribution. At the moment, I produce the (synthetic) arrival times with Poisson process so that the inter-arrival times have ...
0
votes
1answer
38 views

Is hitting time of Brownian motion independent

Suppose that $B_t$ is a standard Brownian Motion. And $T_a$ $T_b$ are the hitting time whereas $a<0$, $b>0$. Then are these two random variables independent?
0
votes
1answer
217 views

How to add white noise process term for a couple of ODEs, assuming the Gaussian distribution?

This question has already confused me several days. While I referred to senior students, they also cannot give a reply. We have ten ODEs, into which each a noise term should be added. The noise is ...
0
votes
0answers
52 views

Applications of Stochastic Processes

Hey all, I am looking for ideas for a small programming project that applies stochastic processes for a university course I am doing. I've worked with HMM's a little bit to do some basic statistical ...
-4
votes
0answers
33 views

Linear programming matlab

I would like to calculate the value of bacteria on 4 surfaces i=\{1..4\}. A person touches some of those 4 surfaces at random and a count is made on their finger after each surface contact (x_i). ...