Scilab Function
Last update : 31/10/2005
mamufo - markov random function 1st
order
Calling Sequence
-
y = mamufo(Q,xi,tnorm)
Parameters
-
Q
: probability matrix (transition prob.)
-
xi
: vector with possible values
-
tnorm
: time axis
-
y
: markov process as vector
Description
-
Add here a paragraph of the function description. Other paragraph
can be added
-
Add here a paragraph of the function description
Examples
S=markomat(5,0.8,'updo') // create transistion prop matrix
k=0:1:999;
xv=-2:1:2;
y=mamufo(S,xv,k);
plot2d(k,y);
See Also
markomat
,
markov
,
Authors
-
Dr. Andreas Geissler geisslea@web.de