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.


Constructor Summary
EZDistributionImpl()
           
EZDistributionImpl(Zone aZone)
          Default constructor for Impl class
 
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.analysis.EZDistribution
getEntropy, output, update
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.simtoolsgui.GUIComposite
disableDestroyNotification, enableDestroyNotification$notificationMethod
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EZDistributionImpl

public EZDistributionImpl()

EZDistributionImpl

public EZDistributionImpl(Zone aZone)
Default constructor for Impl class