Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Fix connected sets for Bayesian MSMs #1343

Merged
merged 2 commits into from
Jul 27, 2018

Conversation

marscher
Copy link
Member

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.

marscher added 2 commits July 26, 2018 17:17
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.
@marscher marscher requested a review from thempel July 26, 2018 15:23
Copy link
Member

@thempel thempel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a unit-test that compares active set to largest connected set?

@marscher marscher merged commit dfaf1f7 into markovmodel:devel Jul 27, 2018
@marscher marscher deleted the fix_connected_sets_mlmsm branch July 27, 2018 16:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants