tomswinburne / PyGT

Graph transformation for metastable Markov chains
MIT License
5 stars 3 forks source link

PyGT.mfpt.compute_MFPT(i, j) edge case #6

Open kannandeepti opened 4 years ago

kannandeepti commented 4 years ago

In the case that i=j, the function should return an MFPT of 0.0 for a CTMC and an MFPT of 1/pi[i] for a DTMC, where pi is the stationary distribution.

tomswinburne commented 4 years ago

Is this fixed now?