Interface ValueAtQuantile


public interface ValueAtQuantile
A value within a summary.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the quantile of a distribution.
    double
    Returns the value at the given percentile of a distribution.
  • Method Details

    • getQuantile

      double getQuantile()
      Returns the quantile of a distribution. Must be in the interval [0.0, 1.0].
    • getValue

      double getValue()
      Returns the value at the given percentile of a distribution.