markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
311 stars 119 forks source link

Fix connected sets for Bayesian MSMs #1343

Closed marscher closed 6 years ago

marscher commented 6 years ago

These sets were not computed on the same count matrix as the one used to compute the active set.

This had lead to differences between the largest connected set and the shape of P and pi. When the ergodic cutoff kicked out low populated states in during count matrix estimation, the connected sets were estimated on a wrong measure, because it used the full count matrix instead of the truncated one.