OcondCDF: Functional of Markov jump process

Description Usage Arguments Value Examples

Description

Use for estimating conditional cdf given absorption time.

Usage

1
OcondCDF(obj, State, y)

Arguments

obj

Markov jump process object with state and jump sequence and intensity matrix.

State

State in the state space of the Markov jump process.

y

Value

1 if the time spent in state State is less than or equal to y 0 else.

Examples

1
2
(a <- simPH(SubIntMat = listS[[6]], phi0 = listAlpha[[6]]))
OcondCDF(a, State = 3, y = 0.2)

NielsKrarup/phasetypeUtilsUcph documentation built on June 26, 2019, 2:27 p.m.