I want so solve the following SDE. Specifically, I want to know if $y(t)$ is a Gaussian Process and if so the corresponding mean and covariance function.
$$\frac{dy(t)}{dt}=(c+\sigma_wW(t))y(t)+\epsilon(t) $$ 11
where $W(t)$ is the Wiener process, $\epsilon(t) \sim \mathcal{N}(0,\sigma^2_e)$ for all $t$ and all the $e(t)$ random variables are mutually indepedent, $\sigma_w$ is a non-negative scalar and $c \in \mathbb{R}$.
I don't have any background in solving stochastic differential equations. Thus, my approach so far has been trying mathematica, which was not too successful yet.