getSubMC: Extract a Sub Markov Chain

Description Usage Arguments Details Value

View source: R/CTMCutils.R

Description

Create a new sub markov chain from a given one.

Usage

1
getSubMC(CTMC, T)

Arguments

CTMC

A CTMC object

T

Time to cut off the given CTMC to form a new one.

Details

Creates a new CTMC identical to the given CTMC from time 0 to T.

Value

a CTMC.


DOBAD documentation built on May 2, 2019, 3:04 a.m.