jp.osdl.jbento2.analyzer
クラス Stats
java.lang.Object
jp.osdl.jbento2.analyzer.Stats
public class Stats
- extends Object
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stats
public Stats()
add
public void add(long l)
count
public int count()
total
public BigInteger total()
min
public long min()
max
public long max()
average
public double average()
percentile
public long percentile(int percent)
variance
public double variance()
sd
public double sd()
Copyright © 2005-2008 The JBento Project. All Rights Reserved.