Class Quantile


public class Quantile extends FeatureResultsStatistic
A quantile of the results from a particular feature.
Author:
Owen Feehan
  • Constructor Details

    • Quantile

      public Quantile()
  • Method Details

    • statisticFromFeatureValue

      protected double statisticFromFeatureValue(cern.colt.list.DoubleArrayList values)
      Description copied from class: FeatureResultsStatistic
      Calculates the statistic for a given list of result-value.
      Specified by:
      statisticFromFeatureValue in class FeatureResultsStatistic
      Parameters:
      values - the values to calculate the statistic for.
      Returns:
      the calculated statistic.
    • getQuantile

      public double getQuantile()
      The quantile.
    • setQuantile

      public void setQuantile(double quantile)
      The quantile.
    • isAsPercentage

      public boolean isAsPercentage()
      If true, the quantile is interpreted as a percentage rather than a decimal.
    • setAsPercentage

      public void setAsPercentage(boolean asPercentage)
      If true, the quantile is interpreted as a percentage rather than a decimal.