|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.broad.igv.tools.Accumulator
public class Accumulator
Estimating percentiles -- weighted average of multiple estimates
Field Summary | |
---|---|
static int |
MAX_VALUE_COUNT
|
Constructor Summary | |
---|---|
Accumulator(java.util.Collection<WindowFunction> windowFunctions)
|
Method Summary | |
---|---|
void |
add(float v)
|
void |
finish()
|
double |
getPercentile(WindowFunction wf)
|
float |
getValue(WindowFunction wf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int MAX_VALUE_COUNT
Constructor Detail |
---|
public Accumulator(java.util.Collection<WindowFunction> windowFunctions)
Method Detail |
---|
public void add(float v)
public void finish()
public float getValue(WindowFunction wf)
public double getPercentile(WindowFunction wf)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |