|
85 | 85 | "cell_type": "markdown", |
86 | 86 | "metadata": {}, |
87 | 87 | "source": [ |
88 | | - "The first step after obtaining the discretized dynamics is finding a suitable lag time. The systematic approach is to estimate MSMs at various lag times and observe how the implied timescales (ITSs) of these models behave. To this aim, PyEMMA provides the `its()` function which we use to track the first three (`nits=3`) implied timescales:" |
| 88 | + "The first step after obtaining the discretized dynamics is finding a suitable lag time.\n", |
| 89 | + "The systematic approach is to estimate MSMs at various lag times and observe how the implied timescales (ITSs) of these models behave.\n", |
| 90 | + "In particular, we are looking for lag time ranges in which the implied timescales are constant\n", |
| 91 | + "(i.e., lag time independent as described in the manuscript in Section 2.1).\n", |
| 92 | + "To this aim, PyEMMA provides the `its()` function which we use to track the first three (`nits=3`) implied timescales:" |
89 | 93 | ] |
90 | 94 | }, |
91 | 95 | { |
|
117 | 121 | "cell_type": "markdown", |
118 | 122 | "metadata": {}, |
119 | 123 | "source": [ |
120 | | - "The above plot tells us that there is one resolved process with an ITS of approximately $8.5$ steps (blue) which is largely invariant to the MSM lag time. The other two ITSs (green, red) are smaller than the lag time (black line, grey-shaded area); they correspond to processes which are faster than the lag time and, thus, are not resolved.\n", |
| 124 | + "The above plot tells us that there is one resolved process with an ITS of approximately $8.5$ steps (blue) which is largely invariant to the MSM lag time.\n", |
| 125 | + "The other two ITSs (green, red) are smaller than the lag time (black line, grey-shaded area);\n", |
| 126 | + "they correspond to processes which are faster than the lag time and, thus, are not resolved.\n", |
| 127 | + "Since the implied timescales are, like the corresponding eigenvalues, sorted in decreasing order, we know that all other remaining processes must be even faster.\n", |
121 | 128 | "\n", |
122 | | - "As MSMs tend to underestimate the true ITSs, we are looking for a converged maximum in the ITS plot. In our case, any lag time before the slow process (blue line) crosses the lag time threshold (black line) would work. To maximize the kinetic resolution, we choose the lag time $1$ step.\n", |
| 129 | + "As MSMs tend to underestimate the true ITSs, we are looking for a converged maximum in the ITS plot.\n", |
| 130 | + "In our case, any lag time before the slow process (blue line) crosses the lag time threshold (black line) would work.\n", |
| 131 | + "To maximize the kinetic resolution, we choose the lag time $1$ step.\n", |
123 | 132 | "\n", |
124 | | - "To see whether our model satisfies Markovianity, we perform (and visualize) a Chapman-Kolmogorow (CK) test. Since we aim at modeling the dynamics between metastable states rather than between microstates, this will be conducted in the space of metastable states. The latter are identified automatically using PCCA++ (which is explained in a later notebook). We usually choose the number of metastable states according to the implied timescales plot by identifying a gap between the ITS. For a single process, we can assume that there are two metastable states between which the process occurs." |
| 133 | + "To see whether our model satisfies Markovianity, we perform (and visualize) a Chapman-Kolmogorow (CK) test.\n", |
| 134 | + "Since we aim at modeling the dynamics between metastable states rather than between microstates, this will be conducted in the space of metastable states.\n", |
| 135 | + "The latter are identified automatically using PCCA++ (which is explained in [Notebook 05 📓](05-pcca-tpt.ipynb)).\n", |
| 136 | + "We usually choose the number of metastable states according to the implied timescales plot by identifying a gap between the ITS.\n", |
| 137 | + "For a single process, we can assume that there are two metastable states between which the process occurs." |
125 | 138 | ] |
126 | 139 | }, |
127 | 140 | { |
|
0 commit comments