March 3rd, 2009, 9:04 am
Suppose you have the following system of SDEs for two state variables X_1(t) and X_2(t), for t >= 0 :dX_1 = a_1 ( b_1 c_11 X_ 1 c_21 X_2 ) dt + \sigma_1 dW_1dX_2 = a_2 ( b_2 c_12 X_ 1) dt + \sigma_2 dW_2X_1(0) and X_2(0) are known.X_1 and X_2 are state variables, W_1 and W_2 are independent standard Brownian motions, a_1, a_2, b_1, b_2, c_11, c_21, c_12, \sigma_1, \sigma_2 are, at most, deterministic functions of t.Now clearly, if c_12 = 0 and c_21 = 0, it is trivial to solve for X_1(t) and X_2(t) in terms of X_1(0) and X_2(0) because then X_1 is an OU process and X_2 is simply Brownian motion with drift. What about the general case. It seems to me that X_1(t) and X_2(t) are (I think) Gaussian and so it should be possible to solve this system.My aim is to solve this system so that I can do long-step Monte Carlo. Does anyone know if this system has a solution and, if so, what it is, please?Many thanks for any help.