Anglican is a probabilistic programming system
implemented in Clojure, both the programming environment and
the language.
To include Anglican in your Clojure project, add [anglican "1.0.0"]
to your project.clj
:dependencies
.
Introduction to Anglican explains
how to write and run programs in anglican.
Everyone is welcome to write programs which call inference, as well as to extend anglican with new algorithms, propose changes, and fix bugs. Consult the developer guide for details.
The code map provides a quick guide around the source code layout, as well as contains a list of implemented inference algorithms.
Copyright © 2014, 2015, 2016 Wood group
This file is part of Anglican, a probabilistic programming system.
Anglican is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Anglican is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Anglican. If not, see http://www.gnu.org/licenses/.
Can you improve this documentation? These fine people already did:
david tolpin, David Tolpin, Jan-Willem van de Meent, Frank Wood & LSaldytEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close