https://github.com/limix/limix-core
Fast inference for Linear Mixed Models.
https://github.com/limix/limix-core
Last synced: 6 months ago
JSON representation
Fast inference for Linear Mixed Models.
- Host: GitHub
- URL: https://github.com/limix/limix-core
- Owner: limix
- License: apache-2.0
- Created: 2017-04-18T14:03:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T14:18:59.000Z (almost 8 years ago)
- Last Synced: 2024-08-09T11:16:05.868Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.99 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# limix-core
[](https://pypi.python.org/pypi/limix_core/) [](https://pypi.python.org/pypi/limix_core/)
[](https://limix-core.readthedocs.io/)Fast inference for Linear Mixed Models and Gaussian Proccesses.
Together with [glimix-core](https://github.com/limix/glimix-core/) it
implements a flexible framework for Linear Mixed Model inference.See also: https://github.com/limix/limix/
## Install
The recommended way of installing it is via
[pip](https://pypi.python.org/pypi/pip)
```bash
pip install limix-core
```## Usage
Please, refer to the [documentation](https://limix-core.readthedocs.org).
## Problems
If you encounter any issue, please, [report it](https://github.com/limix/limix-core/issues/new).
## Authors
* **Christoph Lippert** - [https://github.com/clippert](https://github.com/clippert)
* **Danilo Horta** - [https://github.com/Horta](https://github.com/Horta)
* **Franceso Paolo Casale** - [https://github.com/fpcasale](https://github.com/fpcasale)
* **Oliver Stegle** - [https://github.com/ostegle](https://github.com/ostegle)## License
This project is licensed under the Apache License (Version 2.0, January 2004) -
see the [LICENSE](LICENSE) file for details