markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
311 stars 119 forks source link

different dimension between msm.pi and eigvec #1423

Closed arboryang closed 5 years ago

arboryang commented 5 years ago

Hi, I am learning to use PyEMMA 2.5.6 by going through the tutorial using my own data. I found the dimension of the eigenvectors from msm.estimate_markov_model is one less than the number of clusters. What did I miss in the preparation? Thanks, Chao-Yie