swarm.analysis
Class EZDistributionImpl
java.lang.Object
|
+--swarm.analysis.EZDistributionImpl
- public class EZDistributionImpl
- extends Object
- implements EZBinS, EZBin, EZDistributionS, EZDistribution
An EZBin that treats data as a distribution..
This is a subclass of EZBin which normalizes the data and treats it as a distribution. This means that in addition to the statistics it can calculate by virtue of being a subclass of EZBin, it can also calculate the entropy of the distribution as well as return the probabilities associated with the individual bins.
Methods implemented by this class for interface swarm.analysis.EZBin |
getAverage,
getBinColorCount,
getBinCount,
getCount,
getFileName,
getLowerBound,
getMax,
getMin,
getOutliers,
getStd,
getTitle,
getUpperBound,
output,
outputGraph,
outputToFile,
reset,
setPrecision,
update |
Methods implemented by this class for interface swarm.defobj.Drop |
drop |
Methods implemented by this class for interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
EZDistributionImpl
public EZDistributionImpl()
EZDistributionImpl
public EZDistributionImpl(Zone aZone)
- Default constructor for Impl class