Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Confusing percentages printed in BuildMSM.py #404

Open
dvanatta opened this issue Apr 3, 2014 · 3 comments
Open

Confusing percentages printed in BuildMSM.py #404

dvanatta opened this issue Apr 3, 2014 · 3 comments

Comments

@dvanatta
Copy link

dvanatta commented Apr 3, 2014

BuildMSM.py prints:
14:00:58 - Selected component 387 with population 0.993999
.
.
.
14:02:45 - Ergodic trimming discarded: 0.589649 percent of your data

The first number is the raw population and the second number is already multiplied by 100.

I understand this is entirely human error on my part but perhaps it would be more clear if the first number was also a percentage?

@Serilin
Copy link

Serilin commented May 25, 2014

Hi, dvanatta
Recently, i have been studying the MSM. And I can't understand the " Selected component 387 with population 0.993999". Does it mean that equilibration population of 387th cluster is 0.993999. If so, this population may be too large. Could you kindly give some explaination? Sorry for my innocent question, and thank you very much.

Best
Serilin

@dvanatta
Copy link
Author

Hi Serilin,

No, this is not the equilibrium population of the 387th cluster.

This step in the MSM creation process is where we do ergodic trimming to find the most connected subgraph because the state transition matrix can become disconnected at longer lagtimes.

The print statement above is telling us that component 387 (not exactly a cluster but this index is arbitrary) is connected to 99.3999% of my data. In other words, my state transition matrix is still well connected at the lag time in question.

-Dan

@Serilin
Copy link

Serilin commented May 27, 2014

Dan,

Thanks for your clear explanation, and I see.

Seriline

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants