ctmc_hitting_times: Compute expected hitting times until reaching a state

View source: R/hitting_times_dtmc.R

ctmc_hitting_timesR Documentation

Compute expected hitting times until reaching a state

Description

Solve the linear system resulting from first step analysis until time of absorption.

Usage

ctmc_hitting_times(Q, states)

Arguments

Q

original probability transition matrix

states

the set of states to hit, the exact row-indices

Value

vector/matrix


shill1729/markovChains documentation built on April 24, 2022, 11:50 a.m.