st.st | R Documentation |
Calulates the steady stae distribution of a Marov's probability transition matrix
st.st(m)
m |
Markov probability transition matrix |
for later...
a vector coantaning the steady state distribution.
t <- matrix(c(.5,.25,.25,.5,0,.5,.25,.25,.5),3,3,byrow=TRUE)
st.st(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.