Class ParsedPercentileRanks

    • Constructor Detail

      • ParsedPercentileRanks

        public ParsedPercentileRanks()
    • Method Detail

      • percent

        public double percent​(double value)
        Description copied from interface: PercentileRanks
        Return the percentile for the given value.
        Specified by:
        percent in interface PercentileRanks
      • percentAsString

        public java.lang.String percentAsString​(double value)
        Description copied from interface: PercentileRanks
        Return the percentile for the given value as a String.
        Specified by:
        percentAsString in interface PercentileRanks