| Download a pdf copy of this help file here |
See also: VoseMarkovMatrix, Markov Chain models
VoseMarkovSample({StartVector},{Matrix},T)
Simulates the number of
individuals in each state of a Markov
chain process after T periods.
{StartVector} - a 1 x n array of the number of individuals in each state.
{Matrix} - the n x n transition matrix for a single period.
T - The number of periods.
To calculate the transition matrix for T periods, use the VoseMarkovMatrix function.
For a more in-depth explanation about Markov Chain models, see Markov Chain models.