Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiaragrouwstra/kldiv
Kullback-Leibler divergence
https://github.com/kiaragrouwstra/kldiv
Last synced: about 1 month ago
JSON representation
Kullback-Leibler divergence
- Host: GitHub
- URL: https://github.com/kiaragrouwstra/kldiv
- Owner: KiaraGrouwstra
- Created: 2018-10-05T22:45:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T10:58:09.000Z (over 6 years ago)
- Last Synced: 2024-10-15T13:31:01.748Z (3 months ago)
- Language: Haskell
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kldiv
verify the Kullback-Leibler divergence of 2 gaussians is positive, as part of UvA 2018-2019 masters course Multi-Agent Systems
run:
```bash
# test our assertion
$ stack test
```