simulation of a set of stochastic ODE# Computation - 科学计算
r*y
1 楼
For a set of stochastic ODE
dX/dt = A*X + F*e,
where e is white noise with known variance and mean
I know how to do without noise term. But with the noise term, what is the
most common way to do the simulation? Generate a bunch of random numbers first
then add them in one by one? Or a more "educated" method than this?
dX/dt = A*X + F*e,
where e is white noise with known variance and mean
I know how to do without noise term. But with the noise term, what is the
most common way to do the simulation? Generate a bunch of random numbers first
then add them in one by one? Or a more "educated" method than this?