LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_tests.txt
setup.cfg
setup.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/credits.rst
docs/index.rst
docs/index_latex.rst
docs/index_man.rst
docs/install.rst
docs/make.bat
docs/modules.rst
docs/mot.cl_routines.rst
docs/mot.lib.rst
docs/mot.library_functions.continuous_distributions.rst
docs/mot.library_functions.rst
docs/mot.optimize.rst
docs/mot.rst
docs/mot.sample.rst
docs/readme_latex.rst
docs/readme_man.rst
mot/__init__.py
mot/__version__.py
mot/configuration.py
mot/mcmc_diagnostics.py
mot/random.py
mot/stats.py
mot.egg-info/PKG-INFO
mot.egg-info/SOURCES.txt
mot.egg-info/dependency_links.txt
mot.egg-info/not-zip-safe
mot.egg-info/requires.txt
mot.egg-info/top_level.txt
mot/cl_routines/__init__.py
mot/cl_routines/numerical_hessian.py
mot/data/opencl/euclidian_norm.cl
mot/data/opencl/lib_nmsimplex.cl
mot/data/opencl/lmmin.cl
mot/data/opencl/powell.cl
mot/data/opencl/subplex.cl
mot/data/opencl/cerf/im_w_of_x.cl
mot/data/opencl/random123/array.h
mot/data/opencl/random123/openclfeatures.h
mot/data/opencl/random123/philox.h
mot/data/opencl/random123/rand123.h
mot/data/opencl/random123/threefry.h
mot/lib/__init__.py
mot/lib/cl_data_type.py
mot/lib/cl_environments.py
mot/lib/cl_function.py
mot/lib/kernel_data.py
mot/lib/load_balance_strategies.py
mot/lib/utils.py
mot/library_functions/__init__.py
mot/library_functions/base.py
mot/library_functions/error_functions.py
mot/library_functions/lanczos.py
mot/library_functions/polynomials.py
mot/library_functions/unity.py
mot/library_functions/continuous_distributions/__init__.py
mot/library_functions/continuous_distributions/gamma.py
mot/library_functions/continuous_distributions/normal.py
mot/optimize/__init__.py
mot/optimize/base.py
mot/sample/__init__.py
mot/sample/amwg.py
mot/sample/base.py
mot/sample/mwg.py
mot/sample/scam.py
tests/__init__.py
tests/test_cl_routines.py
tests/utils.py
tests/library_functions/__init__.py
tests/library_functions/error_functions.py
tests/library_functions/gamma.py
tests/library_functions/normal.py