All Projects → markovmodel → msmtools

markovmodel / msmtools

Licence: LGPL-3.0 License
Tools for estimating and analyzing Markov state models

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to msmtools

pyemma tutorials
How to analyze molecular dynamics data with PyEMMA
Stars: ✭ 49 (+58.06%)
Mutual labels:  markov-model, analysis
titanic survival exploration
Udacity Machine Learning Nano degree Program Project Predicting Passenger Survival
Stars: ✭ 18 (-41.94%)
Mutual labels:  analysis
cis
Home of the Community Intercomparison Suite.
Stars: ✭ 30 (-3.23%)
Mutual labels:  analysis
liground
A free, open-source and modern Chess Variant Analysis GUI for the 21st century
Stars: ✭ 41 (+32.26%)
Mutual labels:  analysis
fornalder
Visualize long-term trends in collections of Git repositories.
Stars: ✭ 80 (+158.06%)
Mutual labels:  analysis
pointcloud-processing
A point cloud visualisation and analysis library for Processing.
Stars: ✭ 20 (-35.48%)
Mutual labels:  analysis
MixingBear
Package for automatic beat-mixing of music files in Python 🐻🎚
Stars: ✭ 73 (+135.48%)
Mutual labels:  analysis
Kali-Linux-Tools-Interface
Graphical Web interface developed to facilitate the use of security information tools.
Stars: ✭ 169 (+445.16%)
Mutual labels:  analysis
micro-code-analyser
A tiny Node.js microservice to detect the language of a code snippet
Stars: ✭ 21 (-32.26%)
Mutual labels:  analysis
RAnalysisSkeleton
Files and settings commonly used in analysis projects with R
Stars: ✭ 15 (-51.61%)
Mutual labels:  analysis
should-i-play-f6
Chess project to analyze the statistical effect of playing f3 (as white) or f6 (as black) on the outcome of the game.
Stars: ✭ 15 (-51.61%)
Mutual labels:  analysis
word-prediction
Auto generate text using Markov models.
Stars: ✭ 18 (-41.94%)
Mutual labels:  markov-model
HumanPilot
Spatial Transcriptomics human DLPFC pilot study part of the spatialLIBD project
Stars: ✭ 22 (-29.03%)
Mutual labels:  analysis
SqlServer.Rules
SQL Server static code analysis rules for SSDT database projects
Stars: ✭ 20 (-35.48%)
Mutual labels:  analysis
performabot
Continuous performance analysis reports for software projects 🤖
Stars: ✭ 40 (+29.03%)
Mutual labels:  analysis
mousetrap
Process and Analyze Mouse-Tracking Data
Stars: ✭ 33 (+6.45%)
Mutual labels:  analysis
hotspot3d
3D hotspot mutation proximity analysis tool
Stars: ✭ 43 (+38.71%)
Mutual labels:  analysis
knip
KNIME Image Processing Extension
Stars: ✭ 45 (+45.16%)
Mutual labels:  analysis
Reloaded.Memory.SigScan
Simple good performance byte pattern/PE signature scanner, allowing upwards of 2000MB/s per core (10000+MB/s with AVX) on modern hardware.
Stars: ✭ 37 (+19.35%)
Mutual labels:  analysis
root pandas
A Python module for conveniently loading/saving ROOT files as pandas DataFrames
Stars: ✭ 108 (+248.39%)
Mutual labels:  analysis

This package will soon be no longer or only very sparsely maintained in favor of deeptime.

MSMTools

What is it?

msmtools is an open source collection of algorithms for the estimation and analysis of discrete state space Markov chains via Markov state models (MSM).

The algorithms are implemented using NumPy and SciPy.

Installation

With pip:

pip install msmtools

with conda:

conda install -c conda-forge msmtools

or install latest devel branch with pip:

pip install git+https://github.com/markovmodel/msmtools.git@devel

Support and development

For bug reports/suggestions/complains please file an issue on GitHub.

Or start a discussion on our mailing list: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].