Description Usage Arguments Examples
Returns expected time in state for the m 2-state Markov transition matrices Markov transition matrices contained in the matrix or array Pi. If m>1 returns a matrix with column i being the expected time in state 1 ("unavailable") as its first element and expected time in state 2 ("available") as its second; else returns a vector.
1 | makeE(Pi)
|
Pi |
either a 2x2 Markov transition probability matrix or a 2x2xm array with element [,,i] being a 2x2 Markov transition probability matrix. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.