|
biomcmc-lib
0.1
low level library for phylogenetic analysis
|
#include <hll.h>
Data Fields | |
| double | alpha |
| uint16_t | n_buckets |
| uint16_t | n_empty_buckets |
| uint64_t | estimate |
| uint64_t | hll_estimate |
| uint64_t | small_range_estimate |
| uint64_t | large_range_estimate |
Estimation result data structure
| uint16_t hll_estimate_s::n_buckets |
Alpha
| uint16_t hll_estimate_s::n_empty_buckets |
Number of buckets
| uint64_t hll_estimate_s::estimate |
Number of empty buckets
| uint64_t hll_estimate_s::hll_estimate |
Final estimated cardinality
| uint64_t hll_estimate_s::small_range_estimate |
HLL estimated cardinaloty, before any correction
| uint64_t hll_estimate_s::large_range_estimate |
Small range estimated cardinality
1.8.13