You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: