Input: Milestones
, initial guess ξ, and tolerance ε > 0 for the absolute error in the MFPT. |
Output: Estimates for μ, local MFPTs 𝔼μ[τM], and overall MFPT 𝔼ρ[τP]. |
μ(0) ← ξ
|
T(0) ← +∞ |
for all
n = 1, 2, . . . do
|
for
i = 1 to
m
do
|
Estimate
and
|
|
end for
|
Solve wTA = w
T (with
and
) |
for
j = 1 to
m
do
|
|
end for
|
Normalize μ(n)
|
T(n) ← μ(P)−1 𝔼μ(n−1)[τM] |
if |T(n) − T(n−1)| < ε
then
|
break
|
end if
|
end for
|
return (μ(n), 𝔼μ(n−1)[τM], T(n)) |