edu.ucla.stat.SOCR.util
Class topPercent

java.lang.Object
  extended by edu.ucla.stat.SOCR.util.topPercent

public class topPercent
extends java.lang.Object

selects the top x% of an array


Constructor Summary
topPercent()
           
topPercent(double[] ipArray, double prct)
           
topPercent(float[] tpArray, float tpPt)
           
 
Method Summary
 void estimatePercent(float[] ipArray, float prct)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

topPercent

public topPercent()

topPercent

public topPercent(double[] ipArray,
                  double prct)

topPercent

public topPercent(float[] tpArray,
                  float tpPt)
Method Detail

estimatePercent

public void estimatePercent(float[] ipArray,
                            float prct)