Class MetricData.ValueAtPercentile

  • Enclosing class:
    MetricData

    @Immutable
    public abstract static class MetricData.ValueAtPercentile
    extends java.lang.Object
    • Method Detail

      • getPercentile

        public abstract double getPercentile()
        The percentile of a distribution. Must be in the interval [0.0, 100.0].
        Returns:
        the percentile.
      • getValue

        public abstract double getValue()
        The value at the given percentile of a distribution.
        Returns:
        the value at the percentile.