An open API service indexing awesome lists of open source software.

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.

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.