« View all new features in Mathematica 9  previous  |  next 
New in Mathematica 9Time Series and Stochastic Differential Equations

Ito and Stratonovich Solutions of the Linear Growth Model 

Define ItoProcess and StatonovichProcess for the SDE .

In[1]:=
Click for copyable input
X
Out[1]=
In[2]:=
Click for copyable input
X
Out[2]=

Find the mean and variance functions for the Ito process.

In[3]:=
Click for copyable input
X
Out[3]=

The mean and variance functions for the Stratonovich process are different.

In[4]:=
Click for copyable input
X
Out[4]=

When , the Ito solution converges to zero almost surely.

In[5]:=
Click for copyable input
X
Out[5]=

Confirm the convergence to zero using simulations.

In[6]:=
Click for copyable input
X
Out[6]=

When , the Stratonovich solution, however, diverges almost surely.

In[7]:=
Click for copyable input
X
Out[7]=

Confirm the divergence using simulations.

In[8]:=
Click for copyable input
X
Out[8]=