https://github.com/4ment/laplus
Laplace approximation of the marginal likelihood
https://github.com/4ment/laplus
c laplace-approximation marginal-likelihood
Last synced: 8 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T08:27:04.000Z (over 7 years ago)
- Last Synced: 2024-12-27T04:42:25.776Z (over 1 year 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
======
[](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.