getIthJumpTime: Get the jump times from a CTMC.

Description Usage Arguments Details Value Author(s)

View source: R/CTMCutils.R

Description

Get the time of the ith jump

Usage

1
2
3
getIthJumpTime(CTMC, i)
getIthJumpTimes(timesList, i)
getIthState(CTMC,i)

Arguments

CTMC

A CTMC.

timesList

List of positive numerics, each of which is the list of times from a CTMC.

i

Positive integer. Which jump to get the time of. Need to know the CTMC(s) jumped at least i times!

Details

Need to know the CTMC(s) jumped at least i times.

Value

getIthJumpTime returns a single positive numeric. getIthJumpTimes returns a vector of positive numerics. getIthState returns a nonnegative integer, the state.

Author(s)

Charles Doss


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