org.apache.commons.math.stat.univariate.rank
Class Median

java.lang.Object
  extended byorg.apache.commons.math.stat.univariate.AbstractUnivariateStatistic
      extended byorg.apache.commons.math.stat.univariate.rank.Percentile
          extended byorg.apache.commons.math.stat.univariate.rank.Median
All Implemented Interfaces:
Serializable, UnivariateStatistic

public class Median
extends Percentile
implements Serializable

Version:
$Revision: 1.9 $ $Date: 2003/11/19 03:28:24 $
See Also:
Serialized Form

Constructor Summary
Median()
           
 
Methods inherited from class org.apache.commons.math.stat.univariate.rank.Percentile
evaluate, evaluate, evaluate, getPercentile, setPercentile
 
Methods inherited from class org.apache.commons.math.stat.univariate.AbstractUnivariateStatistic
evaluate, test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Median

public Median()


Copyright © 2003-2004 Apache Software Foundation. All Rights Reserved.