You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2018. It is now read-only.
Installation guide: make more verbose, start with nonexpert option (pypi) as preferred option. Git install for experts at the end
API http://pythonhosted.org//pytram/api.html
I find "_me" and "mathematical expression" a bit weird in terms of nomenclature. Maybe '_from_matrix'? or '_ma' for matrix data? I suggest to think of a clearer name, refactor and deprecate the old one.
The documentation
b_K_i : numpy.ndarray( shape=(T,M), dtype=numpy.float64 )
reduced bias energies at the T thermodynamic and M discrete Markov states
is perhaps sufficient for an expert, but you need to be more verbose and add examples for everybody else.
ipython notebook examples should be linked to this site.
tramdata
I could not find out what that is and how you construct a tramdata object.