CTMC-class: Class "CTMC"

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

Continuous time Markov Chain class

Objects from the Class

Objects can be created by calls of the form new("CTMC", ...).

Slots

states:

numerics; usually integers.

times:

numerics; an _increasing_ sequence.

T:

final "observation" time of the chain, or time at which it is posited to exist.

Methods

getStates

signature(object = "CTMC"): ...

getT

signature(object = "CTMC"): ...

getTimes

signature(object = "CTMC"): ...

Author(s)

Charles Doss

See Also

getT,CTMC-method

Examples

1
showClass("CTMC")

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