Popularity
3.9
Stable
Activity
0.0
Stable
270
6
11

Programming language: Swift
License: MIT License
Latest version: v0.1.0

Probably alternatives and similar libraries

Based on the "Data Structures / Algorithms" category.
Alternatively, view Probably alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Probably or a related project?

Add another 'Data Structures / Algorithms' Library

README

Probably Build Status codecov.io

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

License

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


*Note that all licence references and agreements mentioned in the Probably README section above are relevant to that project's source code only.