Learn R Programming

DOBAD (version 1.0.6)

CTMC_PO_1-class: Class "CTMC_PO_1"

Description

Partially observed CTMC.

Arguments

Objects from the Class

Objects can be created by calls of the form new("CTMC_PO_1", ...). Like CTMCs butdon't have an ending time; the final observation time serves that purpose.

Slots

states:

Object of class "numeric" ~~

times:

Object of class "numeric" ~~

Methods

BDsummaryStats.PO

signature(dat = "CTMC_PO_1"): ...

getStates

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

getTimes

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

Examples

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

Run the code above in your browser using DataLab