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

Convert Parametric SDE Processes to Equivalent Ito Processes 

The canonical form of ItoProcess or StratonovichProcess in Mathematica encodes their defining SDEs as follows.

WienerProcess solves the SDE , where is the standard Wiener process, also known as the Brownian motion process.

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

GeometricBrownianMotionProcess solves the SDE .

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

OrnsteinUhlenbeckProcess solves the SDE .

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

CoxIngersollRossProcess solves the SDE .

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

BrownianBridgeProcess solves the SDE .

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