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.
-
KeyPathKit
KeyPathKit is a library that provides the standard functions to manipulate data along with a call-syntax that relies on typed keypaths to make the call sites as short and clean as possible. -
BinaryKit
💾🔍🧮 BinaryKit helps you to break down binary data into bits and bytes, easily access specific parts and write data to binary. -
RandMyMod
RandMyMod base on your own struct or class create one or a set of instance, which the variable's value in the instance is automatic randomized. -
OneWaySynchronizer
The simplest abstraction to synchronize local data with remote source. For iOS, wirtten in swift.
InfluxDB high-performance time series database

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Probably or a related project?
README
Probably

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.