Define a process by its stochastic differential equation :
In[]:=
proc=ItoProcess[x[t]==-x[t]t+Sqrt[1+x[t]^2]w[t],x[t],{x,1},t,wWienerProcess[]]
Out[]=
ItoProcess{-x[t]},
1+
,x[t],{{x},{1}},{t,0}2
x[t]
Simulate the process :
In[]:=
RandomFunction[proc,{0.,5.,0.01}]
Out[]=
TemporalData
In[]:=
ListLinePlot[%,Filling->Axis]
Out[]=