I'm hoping to find some guidance on solving the following non-linear SDE in distribution. Meaning the distribution of $x_{t + \Delta t} | x_t$ where $x_t = [y_t, z_t]^\prime$.
$ \left[ \begin{array}{c} dy_t \\ dz_t \\ \end{array}\right] \sim \left[ \begin{array}{c} \theta_y \left( \alpha - y_t \right) + \zeta_0 z_t + \zeta_1 z_t^2 \\ -\theta_z z_t \\ \end{array} \right]dt + \left[ \begin{array}{c} \sigma_y & 0 \\ 0 & \sigma_z \\ \end{array}\right] dW_t$
where $W_t$ is a Wiener process.
If it simplifies things, what I am ultimately hoping to deduce is the conditional distribution, $y_{t+\Delta t} | z_{t + \Delta t}, y_t$.
Then we simply define $b(t)$ to contain that $z(t)$ and $z^{2}(t)$ which are deterministic because $W^{2}$ is independent of $W^{1}$.
– Thomas Kojar Oct 24 '23 at 02:36