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

Solve Textbook Exercises 

Compute the expected value of the product of two integrals and , where is the standard WienerProcess[].

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

Compare with an alternative computation.

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

Using the Ito formula, verify that the process is a martingale with respect to the filtration generated by the Wiener process .

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

Apply the Ito formula by converting the process to its standard form. The diffusion coefficient of the standard Ito process must be zero for to be a martingale.

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

Prove the martingale property directly.

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