Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zenna/Omega.jl

Causal, Higher-Order, Probabilistic Programming
https://github.com/zenna/Omega.jl

Last synced: 3 months ago
JSON representation

Causal, Higher-Order, Probabilistic Programming

Awesome Lists containing this project

README

        

# Omega.jl

| **Documentation** | **Build Status** |
|:--------------------------------------- |:----------------------------------------------------------------------------------------------- |
| [![][docs-latest-img]][docs-latest-url] | [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] |

Omega is a library for causal and probabilistic inference in Julia.

# Quick start

## Install

Omega is built in Julia 1. We're going through some changes while we separate out packages. In the short term this makes just installation a little more complex. Try:

```
git clone [email protected]:zenna/Omega.jl.git
> julia
] develop Omega.jl
```

In not too long it'll be as simple as:

```julia
] add https://github.com/zenna/Omega.jl
```

See the documentation for how to use Omega.

[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://zenna.github.io/Omega.jl/latest

[travis-img]: https://github.com/zenna/Omega.jl/workflows/CI/badge.svg
[travis-url]: https://github.com/zenna/Omega.jl/actions

[codecov-img]: https://codecov.io/github/zenna/Omega.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/zenna/Omega.jl?branch=master