public static class TrackerStats.IncrementalStats extends Object
Constructor and Description |
---|
IncrementalStats(int scale,
int buckets,
InformationServerCollectionProvider infoSrv) |
Modifier and Type | Method and Description |
---|---|
void |
add(double xUnscaled) |
List<TrackerStats.Bucket> |
getHistogram() |
double |
getKurtosis() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
long |
getN() |
ISimpleOrderedMap<Object> |
getNamedList(boolean includeHist,
boolean includeValues) |
double |
getSkew() |
double |
getStandardDeviation() |
double |
getVarience() |
void |
reset() |
String |
toString() |
public IncrementalStats(int scale, int buckets, InformationServerCollectionProvider infoSrv)
public ISimpleOrderedMap<Object> getNamedList(boolean includeHist, boolean includeValues)
public void reset()
public void add(double xUnscaled)
public long getN()
public double getMin()
public double getMax()
public double getMean()
public double getVarience()
public double getStandardDeviation()
public double getSkew()
public double getKurtosis()
public List<TrackerStats.Bucket> getHistogram()
Copyright © 2005–2019 Alfresco Software. All rights reserved.