dtmc_hitting_times: Compute expected hitting times until reaching a state

View source: R/hitting_times_dtmc.R

dtmc_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

dtmc_hitting_times(P, states)

Arguments

P

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.