Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harlanhaskins/Probably

A Swift probability and statistics library
https://github.com/harlanhaskins/Probably

Last synced: 3 months ago
JSON representation

A Swift probability and statistics library

Awesome Lists containing this project

README

        

# Probably [![Build Status](https://travis-ci.org/harlanhaskins/Probably.svg?branch=master)](https://travis-ci.org/harlanhaskins/Probably) [![codecov.io](https://codecov.io/gh/harlanhaskins/Probably/coverage.svg?branch=master)](https://codecov.io/gh/harlanhaskins/Probably?branch=master)

Probably is a set of Swift structures for computing the probability and
cumulative distributions of different probablistic functions.

Right now, it supports:

- Standard distributions with explicit event probabilities
- Continuous distributions
- Binomial distributions
- Hypergeometric distributions
- Poisson distributions
- Gaussian distributions
- Negative Binomial distributions

# Installation

Probably is available through the Swift Package Manager.

Just add this git repository as a dependency:

```
.Package(url: "https://github.com/harlanhaskins/Probably.git", majorVersion: 0, minorVersion: 1)
```

And it should download the project and link it in.

# Author
Harlan Haskins [@harlanhaskins](https://github.com/harlanhaskins)

# License
Probably is released under the MIT license, a copy of which is
included in this repo.