R/MultDTMC.R

Defines functions MultDTMC

Documented in MultDTMC

MultDTMC <-
function(nchains,tmat,io,n)
{
 chains<-replicate(nchains,DTMC(tmat,io,n,trace=FALSE),simplify=FALSE) 
 return(chains)
}

Try the DTMCPack package in your browser

Any scripts or data that you put into this service are public.

DTMCPack documentation built on April 11, 2022, 9:05 a.m.