|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.util.topPercent
public class topPercent
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 |
---|
public topPercent()
public topPercent(double[] ipArray, double prct)
public topPercent(float[] tpArray, float tpPt)
Method Detail |
---|
public void estimatePercent(float[] ipArray, float prct)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |