choderalab / msm-pipeline

A pipeline for MSMs.
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Chapman-Kolmogorov validation #26

Open jchodera opened 8 years ago

jchodera commented 8 years ago

We should be using the Chapman-Kolmogorov validation on our final MSMs as another check of self-consistency.

maxentile commented 8 years ago

Good call! I had mentioned that in the readme but didn't include it yet. Will add few lines for this in my next pull request.

We'll need to specify m groups of states of interest here. Shall we just use whatever macrostate definitions we settle on here?

jchodera commented 8 years ago

It might be good to check out the best practices MSM review from Frank and I to see what the specific recommendations is. The number of trajectories cisiting individual microstates is usually so low that the correlation functions are very noisy, so I believe they recommend using random collections of macrostates whose total probability or counts are above some threshold.

maxentile commented 8 years ago

Thanks, John!

Sorry, I'm having trouble finding your reference that recommends to use random collections of macrostates-- could you please point it out to me?

jchodera commented 8 years ago

In section IV.F. of MSMs of molecular kinetics: generation and validation (2011) http://www.diss.fu-berlin.de/docs/servlets/MCRFileNodeServlet/FUDOCS_derivate_000000005544/1.3565032.pdf (and Chapter 4.8 of the MSM book http://www.springer.com/us/book/9789400776050), you used the top 6 metastable states identified by PCCA.

I think this was the review I was thinking of!