BDMC-class: Class "BDMC"

Description Objects from the Class Slots Extends Methods See Also Examples

Description

Birth-Death(-Immigration) CTMCs. Changes in state must be by 1 only.

Objects from the Class

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

Slots

states:

Object of class "numeric" ~~

times:

Object of class "numeric" ~~

T:

Object of class "numeric" ~~

Extends

Class "CTMC", directly.

Methods

BDsummaryStats

signature(sim = "BDMC"): ...

getStates

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

getTimes

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

See Also

BDsummaryStats,BDMC-method, getT,BDMC-method

Examples

1
showClass("BDMC")

Example output

Loading required package: numDeriv
Class "BDMC" [package "DOBAD"]

Slots:
                              
Name:   states   times       T
Class: numeric numeric numeric

Extends: "CTMC"

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