Nij: Count transitions in a fully observed CTMC.

Description Usage Arguments Details Value

View source: R/CTMCutils.R

Description

Returns a matrix with counts of transitions

Usage

1
Nij(CTMC)

Arguments

CTMC

(Fully observed) CTMC.

Details

the (i,j) element is the number of transitions from state (i-1) to state (j-1) that were observed.

Value

numeric matrix(ncol=max(CTMC)+1, nrow=max(CTMC)+1) where max(CTMC) is the max state of the CTMC.


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