meanSojournTimeWithFSP {MG1StationaryProbability}R Documentation

Mean sojourn time in the initial state i jointly with final probability of state j

Description

Mean sojourn time in the initial state i jointly with final probability of state j

Usage

meanSojournTimeWithFSP(i, j, t, m = c(0.2, 0.3))

Arguments

i

MC i-th state

j

MC j-th state

t

time value

m

distribution parameters vector of sojourn times in alternating environment states

Value

double

Examples

meanSojournTimeWithFSP(1, 0, 3)

[Package MG1StationaryProbability version 0.1.2 Index]