Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
numBuckets :: Integer -> Int
Number of buckets for given HLL precision
These are the thresholds of cardinality that represent a transition from LINEARCOUNTING to the bias-corrected estimates
rawEstimateData :: Vector (Vector Double)
These data are empirical estimates of given cardinalities at particular precisions, used for bias estimation.
These data come from http://goo.gl/iU8Ig
biasData :: Vector (Vector Double)
These data are empirical estimates of bias at particular precisions, and corresponding to rawEstimateDataby interpolation, it is possible to get other bias estimates based on these empirical data.
These data come from http://goo.gl/iU8Ig