LICENSE
README.md
setup.py
mathbox/__init__.py
mathbox/utils.py
mathbox.egg-info/PKG-INFO
mathbox.egg-info/SOURCES.txt
mathbox.egg-info/dependency_links.txt
mathbox.egg-info/top_level.txt
mathbox/app/__init__.py
mathbox/app/signal/__init__.py
mathbox/app/signal/change_point.py
mathbox/app/signal/correlation.py
mathbox/app/signal/filter.py
mathbox/app/signal/outlier.py
mathbox/app/signal/transform.py
mathbox/app/signal/tests/__init__.py
mathbox/app/signal/tests/test_correlation.py
mathbox/app/signal/tests/test_filter.py
mathbox/calculus/__init__.py
mathbox/calculus/differential.py
mathbox/calculus/integral.py
mathbox/calculus/tests/__init__.py
mathbox/calculus/tests/test_differential.py
mathbox/la/__init__.py
mathbox/na/__init__.py
mathbox/na/interpolation.py
mathbox/na/tests/__init__.py
mathbox/na/tests/test_interpolation.py
mathbox/optimizer/__init__.py
mathbox/optimizer/utils.py
mathbox/optimizer/tests/__init__.py
mathbox/optimizer/tests/test_utils.py
mathbox/statistics/__init__.py
mathbox/statistics/estimator.py
mathbox/statistics/hypothesis_testing.py
mathbox/statistics/tests/__init__.py
mathbox/statistics/tests/test_estimator.py