Learn R Programming

DOBAD (version 1.0.6)

CTMC-class: Class "CTMC"

Description

Continuous time Markov Chain class

Arguments

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"): ...

See Also

getT,CTMC-method

Examples

Run this code
# NOT RUN {
showClass("CTMC")
# }

Run the code above in your browser using DataLab