The quote from the article in <i>Encyclopedia of Biostatistics</i>
is awash in undefined terminology sometimes about peripheral issues.<p>Clean, logical, all terms well defined and explained, with plenty of advanced content, is in
(with some markup using TeX)<p>Erhan \c Cinlar,
{\it Introduction to Stochastic Processes,\/}
ISBN 0-13-498089-1,
Prentice-Hall,
Englewood Cliffs, NJ,
1975.\ \<p>The author was long at Princeton. He is a <i>high quality</i> guy.<p>As I was working my way through grad school in a company working on US national security, a question came up about the <i>survivability</i> of the US SSBN fleet under a special scenario of global nuclear war but limited to sea. Results were wanted in two weeks. So, I drew from Çinlar's book, postulated a Markov process <i>subordinated</i> to a Poisson process, typed some code into a text editor, called a random number generator I'd written in assembler based on the recurrence<p>X(n+1) = X(n) 5^15 + 1 mod 2^47<p>and was done on time.<p>A famous probabilist was assigned to review my work. His first remark was that there was no way for my software to "fathom" the enormous "state space". I responded, at each time t, the number of SSBNs left is a random variable, finite, with an expectation. So, I generate 500 sample paths, take their average, use the strong law of large numbers, and get an estimate of their expected value within a "gnat's ass" nearly all the time. "The Monte Carlo puts the effort where the action is."<p>The probabilist's remark was "That is a good way to think of it."<p>Need to do some work with Markov chains, simulation, etc.? Right, just read some Çinlar, not much in prerequisites (he omitted measure theory), get clear explanations, no undefined terminology, from first principles to some relatively advanced material, and be successful with your project.