Libraries tagged by probabilistic
maxwilms/bloom-filter
14162 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
antikirra/probability
3020 Downloads
Lightweight PHP micro-library for probabilistic and deterministic code execution — feature flags, A/B testing, gradual rollouts and sampling.
denismitr/laravel-bloom
146 Downloads
Bloom filter implementation for Laravel based on Redis
averias/phpredis-bloom
3417 Downloads
PHP client for RedisBloom module using phpredis extension
pouya1364/probabilistic-php
2 Downloads
Pure-PHP probabilistic data structures: Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog. Zero dependencies.
pouya1364/probabilistic-laravel
0 Downloads
Laravel package integration for probabilistic-php — Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog via the service container and a Facade.
pouya1364/probabilistic-bundle
0 Downloads
Symfony bundle integration for probabilistic-php — Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog as configured services.
iperamuna/laravel-redis-bloom
1 Downloads
RedisBloom wrapper with auto-rotation, diagnostics, and metrics for Laravel
ganglio/pds
32 Downloads
Probabilistic Data Structures to efficiently analyze and mine big datasets
tonix-tuft/gloom
3 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.
jundayw/laravel-bm25
8 Downloads
bm25 is an algorithm used to evaluate the correlation between search terms and documents. It is an algorithm based on a probabilistic retrieval model.
doppar/bloom
6 Downloads
Doppar Bloom is a high-performance package for probabilistic set membership testing, providing Bloom filter implementations with hashing algorithms
bentools/split-test-analyzer
22536 Downloads
Bayesian probability calculator for split testing / AB testing.
ipapikas/dice
9206 Downloads
Dice allows you to pick an option from a given pool with a given set of probabilities.
jenky/roller
0 Downloads
Pick an option from a given pool with a given set of probabilities.