Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4ment/laplus
Laplace approximation of the marginal likelihood
https://github.com/4ment/laplus
c laplace-approximation marginal-likelihood
Last synced: 7 days ago
JSON representation
Laplace approximation of the marginal likelihood
- Host: GitHub
- URL: https://github.com/4ment/laplus
- Owner: 4ment
- License: gpl-3.0
- Created: 2018-03-15T08:43:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T08:27:04.000Z (about 6 years ago)
- Last Synced: 2024-11-07T04:11:36.372Z (about 2 months ago)
- Topics: c, laplace-approximation, marginal-likelihood
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laplace approximation using independent gamma distributions
======[![Build Status](https://travis-ci.org/4ment/laplus.svg?branch=master)](https://travis-ci.org/4ment/laplus)
## Building
### Compile-time dependencies
Building the library requires [CMake](http://www.cmake.org).
Compiling the laplus C library requires the [GNU Scientific Library](http://www.gnu.org/software/gsl/).
On Debian/Ubuntu:
```shell
sudo apt-get install libgsl0-dev
```### Compiling
Run `make` to obtain static and dynamic libraries.