« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Random Processes
Generate an Ensemble of Paths
Generate any number of paths for a given time interval.
In[1]:=
X
RandomFunction[WienerProcess[1, 1], {0, 10, 0.1}, 20]
Out[1]=
In[2]:=
X
RandomFunction[WienerProcess[1, 1], {0, 10, 0.1}, 20]; ListLinePlot[%]
Out[2]=