https://github.com/limix/liknorm
Moments of the product of an exponential-family likelihood with a Normal distribution.
https://github.com/limix/liknorm
Last synced: about 1 month ago
JSON representation
Moments of the product of an exponential-family likelihood with a Normal distribution.
- Host: GitHub
- URL: https://github.com/limix/liknorm
- Owner: limix
- License: mit
- Created: 2016-09-07T14:24:08.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T12:03:01.000Z (4 months ago)
- Last Synced: 2025-03-29T10:24:15.123Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 471 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# liknorm
C library for computing moments of the product of an
exponential-family likelihood with a Normal distribution.[Liknorm documentation](https://liknorm.readthedocs.io/).
## Install
You can install it via [conda](https://conda.io)
```bash
conda install -c conda-forge liknorm
```Alternatively, one can compile and install it.
From Linux, MacOS, or Windows (bash terminal) systems, enter```bash
sudo /bin/bash -c "$(curl -fsSL https://git.io/JerYI)" -s limix/liknorm
```## Authors
- [Danilo Horta](https://github.com/horta)
## License
This project is licensed under the MIT License - see the [license file](https://raw.githubusercontent.com/limix/liknorm/main/LICENSE.md) for details.