Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/charles-river-analytics/figaro

Figaro Programming Language and Core Libraries
https://github.com/charles-river-analytics/figaro

Last synced: 3 months ago
JSON representation

Figaro Programming Language and Core Libraries

Awesome Lists containing this project

README

        

Figaro Programming Language & Core Libraries
=
Figaro is a probabilistic programming language that supports development of very rich probabilistic models and provides reasoning algorithms that can be applied to models to draw useful conclusions from evidence. Both model representation and reasoning algorithm development can be challenging tasks.

Figaro makes it possible to express probabilistic models using the power of programming languages, giving the modeler the expressive tools to create a wide variety of models. Figaro comes with a number of built-in reasoning algorithms that can be applied automatically to new models. In addition, Figaro models are data structures in the Scala programming language, which is interoperable with Java, and can be constructed, manipulated, and used directly within any Scala or Java program.

Figaro is free and is released under an [open-source license](https://github.com/p2t2/figaro/blob/master/LICENSE). For more information please see the [Figaro Release Notes](https://github.com/charles-river-analytics/figaro/releases/download/5.0.0.0/Figaro_Release_Notes.pdf) and [Figaro Tutorial](https://github.com/charles-river-analytics/figaro/releases/download/5.0.0.0/Figaro_Tutorial.pdf).