meanNumVisits: Mean num of visits for markovchain, starting at each state
Description
Given a markovchain object, this function calculates
a matrix where the element (i, j) represents the expect number of visits
to the state j if the chain starts at i (in a Markov chain by columns it
would be the element (j, i) instead)
Usage
meanNumVisits(object)
Value
a matrix with the expect number of visits to each state
Arguments
object
the markovchain-class object
Author
Ignacio Cordón
References
R. Vélez, T. Prieto, Procesos Estocásticos, Librería UNED, 2013