|
179 | 179 | "cell_type": "markdown", |
180 | 180 | "metadata": {}, |
181 | 181 | "source": [ |
182 | | - "The attribute `msm.pi` tells us, for each discrete state, the absolute probability of observing said state in global equilibrium. Mathematically speaking, the stationary distribution $\\pi$ is the left eigenvector of the transition matrix $\\mathbf{T}$ to the eigenvalue $1$:\n", |
| 182 | + "The attribute `msm.pi` tells us, for each discrete state, the absolute probability of observing said state in global equilibrium.\n", |
| 183 | + "Mathematically speaking, the stationary distribution $\\pi$ is the left eigenvector of the transition matrix $\\mathbf{T}$ to the eigenvalue $1$:\n", |
183 | 184 | "\n", |
184 | 185 | "$$\\pi^\\top \\mathbf{T} = \\pi^\\top.$$\n", |
185 | 186 | "\n", |
186 | | - "We can use the stationary distribution to, e.g., visualize the weight of the dicrete states and, thus, to highlight which areas of our feature space are most probable. Here, we show all data points in a two dimensional scatter plot and color/weight them according to their discrete state membership:" |
| 187 | + "Please note that the $\\pi$ is fundamentaly different from a normalized histogram of states:\n", |
| 188 | + "for the histogram of states to accurately describe the stationary distribution, the data needs to be sampled from global equilibrium, i.e, the data points need to be statistically independent.\n", |
| 189 | + "The MSM approach, on the other hand, only requires local equilibrium, i.e., statistical independence of state transitions.\n", |
| 190 | + "Thus, the MSM approach requires a much weaker and, in practice, much easier to satisfy condition than simply counting state visits.\n", |
| 191 | + "\n", |
| 192 | + "We can use the stationary distribution to, e.g., visualize the weight of the dicrete states and, thus, to highlight which areas of our feature space are most probable.\n", |
| 193 | + "Here, we show all data points in a two dimensional scatter plot and color/weight them according to their discrete state membership:" |
187 | 194 | ] |
188 | 195 | }, |
189 | 196 | { |
|
0 commit comments