Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zenna/Omega.jl
- Owner: zenna
- License: mit
- Created: 2018-03-09T23:01:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T00:21:18.000Z (over 1 year ago)
- Last Synced: 2024-07-09T22:01:39.858Z (4 months ago)
- Language: Julia
- Homepage:
- Size: 20.4 MB
- Stars: 160
- Watchers: 13
- Forks: 17
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sciml - zenna/Omega.jl: Causal, Higher-Order, Probabilistic Programming
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