Module Urps.Estimator
val init : int -> int -> tinit s kinitializes the estimator.- parameter s
 precision of estimator (s = log(1/δ))
- parameter k
 error of estimator (k = e/ε)
The error of the estimator in answering a query for f_j is within a factor of ε with probability δ.
val add : t -> 'data -> unitadd t jadds nodejto estimatort
val estimate : t -> 'data -> intestimate t jreturns estimate for nodejin estimatort
val min : t -> intmin treturns the minimum counter value of estimatort