aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/__init__.py
blob: cb18a08834c1ee0bfc5b382f0d63789ac3f045d8 (plain)
1
2
3
4
5
"""
.. include:: README.md
"""
__docformat__ = "restructuredtext"
__all__ = ['DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'CoefficientK', 'LempelZivComplexity', 'NGram', 'Entropy']