Class MedianStatistic

All Implemented Interfaces:
OrderedStatistic, Statistic, Serializable

public final class MedianStatistic extends TPStatistic
Top median statistic (aka 50th percentile). Use StatisticFactory for construction. This is not a true median but the nearest value; more of a 50th percentile although it is advertised with the more commonly recognized name.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot io)
See Also:
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Statistic
      Accessor for the name of the statistic.
      Specified by:
      getName in interface Statistic
      Overrides:
      getName in class TPStatistic
      Returns:
      The name of the statistic.