LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
setup_util.py
versioneer.py
doc/Makefile
doc/.ipynb_checkpoints/Untitled-checkpoint.ipynb
doc/source/CHANGELOG.rst
doc/source/Configuration.rst
doc/source/DEVELOPMENT.rst
doc/source/INSTALL.rst
doc/source/conf.py
doc/source/index.rst
doc/source/ipython.rst
doc/source/_static/emma-logo.png
doc/source/api/coordinates.clustering.rst
doc/source/api/coordinates.data.rst
doc/source/api/coordinates.pipelines.rst
doc/source/api/coordinates.transform.rst
doc/source/api/index.rst
doc/source/api/index_coor.rst
doc/source/api/index_msm.rst
doc/source/api/index_plots.rst
doc/source/api/msm.analysis.rst
doc/source/api/msm.estimation.rst
doc/source/api/msm.flux.rst
doc/source/api/msm.generation.rst
doc/source/api/msm.io.rst
pyEMMA.egg-info/PKG-INFO
pyEMMA.egg-info/SOURCES.txt
pyEMMA.egg-info/dependency_links.txt
pyEMMA.egg-info/entry_points.txt
pyEMMA.egg-info/not-zip-safe
pyEMMA.egg-info/requires.txt
pyEMMA.egg-info/top_level.txt
pyemma/__init__.py
pyemma/_version.py
pyemma/pyemma.cfg
pyemma/coordinates/__init__.py
pyemma/coordinates/acf.py
pyemma/coordinates/api.py
pyemma/coordinates/pipelines.py
pyemma/coordinates/clustering/__init__.py
pyemma/coordinates/clustering/assign.py
pyemma/coordinates/clustering/interface.py
pyemma/coordinates/clustering/kmeans.py
pyemma/coordinates/clustering/regspace.py
pyemma/coordinates/clustering/uniform_time.py
pyemma/coordinates/clustering/include/clustering.h
pyemma/coordinates/clustering/src/clustering.c
pyemma/coordinates/clustering/src/kmeans.c
pyemma/coordinates/clustering/src/regspatial.c
pyemma/coordinates/data/__init__.py
pyemma/coordinates/data/data_in_memory.py
pyemma/coordinates/data/feature_reader.py
pyemma/coordinates/data/featurizer.py
pyemma/coordinates/data/frames_from_file.py
pyemma/coordinates/data/interface.py
pyemma/coordinates/data/numpy_filereader.py
pyemma/coordinates/data/py_csv_reader.py
pyemma/coordinates/data/traj_info_cache.py
pyemma/coordinates/data/writer.py
pyemma/coordinates/data/util/__init__.py
pyemma/coordinates/data/util/reader_utils.py
pyemma/coordinates/tests/__init__.py
pyemma/coordinates/tests/test_acf.py
pyemma/coordinates/tests/test_api_load.py
pyemma/coordinates/tests/test_api_source.py
pyemma/coordinates/tests/test_assign.py
pyemma/coordinates/tests/test_cluster.py
pyemma/coordinates/tests/test_csvreader.py
pyemma/coordinates/tests/test_datainmemory.py
pyemma/coordinates/tests/test_discretizer.py
pyemma/coordinates/tests/test_featurereader.py
pyemma/coordinates/tests/test_featurereader_and_tica.py
pyemma/coordinates/tests/test_featurereader_and_tica_projection.py
pyemma/coordinates/tests/test_featurizer.py
pyemma/coordinates/tests/test_frames_from_file.py
pyemma/coordinates/tests/test_kmeans.py
pyemma/coordinates/tests/test_numpyfilereader.py
pyemma/coordinates/tests/test_pca.py
pyemma/coordinates/tests/test_pipeline.py
pyemma/coordinates/tests/test_regspace.py
pyemma/coordinates/tests/test_save_traj.py
pyemma/coordinates/tests/test_save_trajs.py
pyemma/coordinates/tests/test_source.py
pyemma/coordinates/tests/test_stride.py
pyemma/coordinates/tests/test_tica.py
pyemma/coordinates/tests/test_traj_info_cache.py
pyemma/coordinates/tests/test_uniform_time.py
pyemma/coordinates/tests/test_writer.py
pyemma/coordinates/tests/data/bpti_001-033.xtc
pyemma/coordinates/tests/data/bpti_034-066.xtc
pyemma/coordinates/tests/data/bpti_067-100.xtc
pyemma/coordinates/tests/data/bpti_ca.pdb
pyemma/coordinates/tests/data/bpti_mini.xtc
pyemma/coordinates/tests/data/test.pdb
pyemma/coordinates/transform/__init__.py
pyemma/coordinates/transform/pca.py
pyemma/coordinates/transform/tica.py
pyemma/coordinates/transform/transformer.py
pyemma/coordinates/util/__init__.py
pyemma/coordinates/util/patches.py
pyemma/coordinates/util/stat.py
pyemma/msm/__init__.py
pyemma/msm/api.py
pyemma/msm/analysis/__init__.py
pyemma/msm/analysis/api.py
pyemma/msm/analysis/dense/__init__.py
pyemma/msm/analysis/dense/assessment.py
pyemma/msm/analysis/dense/assessment_test.py
pyemma/msm/analysis/dense/birth_death_chain.py
pyemma/msm/analysis/dense/committor.py
pyemma/msm/analysis/dense/committor_test.py
pyemma/msm/analysis/dense/correlations.py
pyemma/msm/analysis/dense/correlations_test.py
pyemma/msm/analysis/dense/decomposition.py
pyemma/msm/analysis/dense/decomposition_test.py
pyemma/msm/analysis/dense/expectations.py
pyemma/msm/analysis/dense/expectations_test.py
pyemma/msm/analysis/dense/fingerprints.py
pyemma/msm/analysis/dense/fingerprints_test.py
pyemma/msm/analysis/dense/hitting_probability.py
pyemma/msm/analysis/dense/hitting_probability_test.py
pyemma/msm/analysis/dense/mean_first_passage_time.py
pyemma/msm/analysis/dense/mean_first_passage_time_test.py
pyemma/msm/analysis/dense/pcca.py
pyemma/msm/analysis/dense/pcca_test.py
pyemma/msm/analysis/dense/sensitivity.py
pyemma/msm/analysis/dense/sensitivity_test.py
pyemma/msm/analysis/sparse/__init__.py
pyemma/msm/analysis/sparse/assessment.py
pyemma/msm/analysis/sparse/assessment_test.py
pyemma/msm/analysis/sparse/birth_death_chain.py
pyemma/msm/analysis/sparse/committor.py
pyemma/msm/analysis/sparse/committor_test.py
pyemma/msm/analysis/sparse/decomposition.py
pyemma/msm/analysis/sparse/decomposition_test.py
pyemma/msm/analysis/sparse/expectations.py
pyemma/msm/analysis/sparse/expectations_test.py
pyemma/msm/analysis/sparse/fingerprints.py
pyemma/msm/analysis/sparse/fingerprints_test.py
pyemma/msm/analysis/sparse/mean_first_passage_time.py
pyemma/msm/analysis/sparse/mean_first_passage_time_test.py
pyemma/msm/analysis/tests/P_rev_251x251.dat
pyemma/msm/analysis/tests/birth_death_chain.py
pyemma/msm/analysis/tests/test_assessment.py
pyemma/msm/analysis/tests/test_committor.py
pyemma/msm/analysis/tests/test_decomposition.py
pyemma/msm/analysis/tests/test_expectations.py
pyemma/msm/analysis/tests/test_fingerprints.py
pyemma/msm/analysis/tests/test_mfpt.py
pyemma/msm/analysis/tests/test_sensitivity.py
pyemma/msm/estimation/__init__.py
pyemma/msm/estimation/api.py
pyemma/msm/estimation/dense/__init__.py
pyemma/msm/estimation/dense/_mle_trev_given_pi.c
pyemma/msm/estimation/dense/_mle_trev_given_pi.h
pyemma/msm/estimation/dense/bootstrapping.py
pyemma/msm/estimation/dense/covariance.py
pyemma/msm/estimation/dense/covariance_test.py
pyemma/msm/estimation/dense/mle_trev_given_pi.c
pyemma/msm/estimation/dense/mle_trev_given_pi.pyx
pyemma/msm/estimation/dense/tmatrix_sampler.py
pyemma/msm/estimation/dense/transition_matrix.py
pyemma/msm/estimation/sparse/__init__.py
pyemma/msm/estimation/sparse/_mle_trev.c
pyemma/msm/estimation/sparse/_mle_trev.h
pyemma/msm/estimation/sparse/_mle_trev_given_pi.c
pyemma/msm/estimation/sparse/_mle_trev_given_pi.h
pyemma/msm/estimation/sparse/connectivity.py
pyemma/msm/estimation/sparse/connectivity_test.py
pyemma/msm/estimation/sparse/count_matrix.py
pyemma/msm/estimation/sparse/count_matrix_test.py
pyemma/msm/estimation/sparse/likelihood.py
pyemma/msm/estimation/sparse/likelihood_test.py
pyemma/msm/estimation/sparse/mle_trev.c
pyemma/msm/estimation/sparse/mle_trev.pyx
pyemma/msm/estimation/sparse/mle_trev_given_pi.c
pyemma/msm/estimation/sparse/mle_trev_given_pi.pyx
pyemma/msm/estimation/sparse/prior.py
pyemma/msm/estimation/sparse/prior_test.py
pyemma/msm/estimation/sparse/transition_matrix.py
pyemma/msm/estimation/sparse/transition_matrix_test.py
pyemma/msm/estimation/sparse/testfiles/C_13_lag.dat
pyemma/msm/estimation/sparse/testfiles/C_13_sliding.dat
pyemma/msm/estimation/sparse/testfiles/C_1_lag.dat
pyemma/msm/estimation/sparse/testfiles/C_1_sliding.dat
pyemma/msm/estimation/sparse/testfiles/C_7_lag.dat
pyemma/msm/estimation/sparse/testfiles/C_7_sliding.dat
pyemma/msm/estimation/sparse/testfiles/dtraj.dat
pyemma/msm/estimation/tests/test_bootstrapping.py
pyemma/msm/estimation/tests/test_connectivity.py
pyemma/msm/estimation/tests/test_count_matrix.py
pyemma/msm/estimation/tests/test_likelihood.py
pyemma/msm/estimation/tests/test_mle_trev.py
pyemma/msm/estimation/tests/test_mle_trev_given_pi.py
pyemma/msm/estimation/tests/test_prior.py
pyemma/msm/estimation/tests/test_tmatrix_sampling.py
pyemma/msm/estimation/tests/test_transition_matrix.py
pyemma/msm/estimation/tests/testfiles/C_13_lag.dat
pyemma/msm/estimation/tests/testfiles/C_13_sliding.dat
pyemma/msm/estimation/tests/testfiles/C_1_lag.dat
pyemma/msm/estimation/tests/testfiles/C_1_sliding.dat
pyemma/msm/estimation/tests/testfiles/C_7_lag.dat
pyemma/msm/estimation/tests/testfiles/C_7_sliding.dat
pyemma/msm/estimation/tests/testfiles/dtraj.dat
pyemma/msm/estimation/tests/testfiles/pi.dat
pyemma/msm/flux/__init__.py
pyemma/msm/flux/api.py
pyemma/msm/flux/reactive_flux.py
pyemma/msm/flux/reactive_flux_test.py
pyemma/msm/flux/dense/__init__.py
pyemma/msm/flux/dense/tpt.py
pyemma/msm/flux/dense/tpt_test.py
pyemma/msm/flux/sparse/__init__.py
pyemma/msm/flux/sparse/pathways.py
pyemma/msm/flux/sparse/tpt.py
pyemma/msm/flux/sparse/tpt_test.py
pyemma/msm/flux/tests/birth_death_chain.py
pyemma/msm/flux/tests/test_pathways.py
pyemma/msm/flux/tests/test_tpt.py
pyemma/msm/generation/__init__.py
pyemma/msm/generation/api.py
pyemma/msm/generation/tests/test_generation.py
pyemma/msm/io/__init__.py
pyemma/msm/io/api.py
pyemma/msm/io/matrix/__init__.py
pyemma/msm/io/matrix/matrix.py
pyemma/msm/io/matrix/matrix_test.py
pyemma/msm/io/matrix/testfiles/matrix_complex.dat
pyemma/msm/io/matrix/testfiles/matrix_complex.npy
pyemma/msm/io/matrix/testfiles/matrix_float.dat
pyemma/msm/io/matrix/testfiles/matrix_float.npy
pyemma/msm/io/matrix/testfiles/matrix_int.dat
pyemma/msm/io/matrix/testfiles/matrix_int.npy
pyemma/msm/io/matrix/testfiles/spmatrix_complex.coo.dat
pyemma/msm/io/matrix/testfiles/spmatrix_complex.coo.npy
pyemma/msm/io/matrix/testfiles/spmatrix_complex_reference.dat
pyemma/msm/io/matrix/testfiles/spmatrix_float.coo.dat
pyemma/msm/io/matrix/testfiles/spmatrix_float.coo.npy
pyemma/msm/io/matrix/testfiles/spmatrix_float_reference.dat
pyemma/msm/io/matrix/testfiles/spmatrix_int.coo.dat
pyemma/msm/io/matrix/testfiles/spmatrix_int.coo.npy
pyemma/msm/io/matrix/testfiles/spmatrix_int_reference.dat
pyemma/msm/io/tests/test_matrix.py
pyemma/msm/io/tests/test_trajectory.py
pyemma/msm/io/tests/testfiles/dtraj.dat
pyemma/msm/io/tests/testfiles/dtraj.npy
pyemma/msm/io/tests/testfiles/matrix_complex.dat
pyemma/msm/io/tests/testfiles/matrix_complex.npy
pyemma/msm/io/tests/testfiles/matrix_float.dat
pyemma/msm/io/tests/testfiles/matrix_float.npy
pyemma/msm/io/tests/testfiles/matrix_int.dat
pyemma/msm/io/tests/testfiles/matrix_int.npy
pyemma/msm/io/tests/testfiles/spmatrix_complex.coo.dat
pyemma/msm/io/tests/testfiles/spmatrix_complex.coo.npy
pyemma/msm/io/tests/testfiles/spmatrix_complex_reference.dat
pyemma/msm/io/tests/testfiles/spmatrix_float.coo.dat
pyemma/msm/io/tests/testfiles/spmatrix_float.coo.npy
pyemma/msm/io/tests/testfiles/spmatrix_float_reference.dat
pyemma/msm/io/tests/testfiles/spmatrix_int.coo.dat
pyemma/msm/io/tests/testfiles/spmatrix_int.coo.npy
pyemma/msm/io/tests/testfiles/spmatrix_int_reference.dat
pyemma/msm/tests/test_cktest.py
pyemma/msm/tests/test_its.py
pyemma/msm/tests/test_mapping.py
pyemma/msm/tests/test_msm.py
pyemma/msm/tests/test_tpt.py
pyemma/msm/ui/__init__.py
pyemma/msm/ui/birth_death_chain.py
pyemma/msm/ui/chapman_kolmogorov.py
pyemma/msm/ui/chapman_kolmogorov_test.py
pyemma/msm/ui/mapping.py
pyemma/msm/ui/mapping_test.py
pyemma/msm/ui/msm.py
pyemma/msm/ui/msm_test.py
pyemma/msm/ui/timescales.py
pyemma/msm/ui/timescales_test.py
pyemma/plots/__init__.py
pyemma/plots/networks.py
pyemma/plots/plots2d.py
pyemma/plots/timescales.py
pyemma/plots/tests/test_networks.py
pyemma/util/__init__.py
pyemma/util/annotators.py
pyemma/util/config.py
pyemma/util/discrete_trajectories.py
pyemma/util/exceptions.py
pyemma/util/files.py
pyemma/util/linalg.py
pyemma/util/log.py
pyemma/util/numeric.py
pyemma/util/statistics.py
pyemma/util/types.py
pyemma/util/units.py
pyemma/util/progressbar/__init__.py
pyemma/util/progressbar/_impl.py
pyemma/util/progressbar/gui.py
pyemma/util/progressbar/misc.py
pyemma/util/tests/__init__.py
pyemma/util/tests/statistics_test.py
pyemma/util/tests/test_config.py
pyemma/util/tests/test_discrete_trajectories.py
pyemma/util/tests/test_shortcut.py
pyemma/util/tests/data/2well_traj_100K.dat
pyemma/util/tests/data/dtraj.dat
pyemma/util/tests/data/dtraj.npy