Metadata-Version: 2.4
Name: glmtools
Version: 0.3.0
Summary: GLMtools
Author: Andrew Quinn <andrew.quinn@psych.ox.ac.uk>
Author-email: andrew.quinn@psych.ox.ac.uk
Keywords: General Linear Model Design Matrix Regression Statistics Permutations
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: numpydoc
Requires-Dist: anamnesis
Requires-Dist: pyyaml>=5.1
Requires-Dist: sphinx_rtd_theme
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Provides-Extra: full
Requires-Dist: flake8; extra == "full"
Requires-Dist: setuptools; extra == "full"
Requires-Dist: pytest; extra == "full"
Requires-Dist: pytest-cov; extra == "full"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A python package for General Linear Modelling & a work-in-progress

Development at: https://gitlab.com/ajquinn/glmtools
