Package io.prometheus.client
Class CKMSQuantiles.Quantile
java.lang.Object
io.prometheus.client.CKMSQuantiles.Quantile
- Enclosing class:
CKMSQuantiles
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final double
Allowed error.(package private) final double
Quantile.(package private) final double
Helper used in the error function f(), see definition 5 in the paper.(package private) final double
Helper used in the error function f(), see definition 5 in the paper. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
quantile
final double quantileQuantile. Must be between 0 and 1. -
epsilon
final double epsilonAllowed error. Must be between 0 and 1. -
u
final double uHelper used in the error function f(), see definition 5 in the paper. -
v
final double vHelper used in the error function f(), see definition 5 in the paper.
-
-
Constructor Details
-
Quantile
Quantile(double quantile, double epsilon)
-
-
Method Details