swarm.analysis
Interface EZDistributionC

All Known Implementing Classes:
EZDistributionCImpl

public interface EZDistributionC
extends EZBinS, EZBinC

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.


Method Summary
 Object createEnd()
           
 
Methods inherited from interface swarm.analysis.EZBinC
createBegin, setAxisLabelsX$Y, setBinCount, setCollection, setFileName, setFileOutput, setGraphics, setLowerBound, setMonoColorBars, setProbedSelector, setTitle, setUpperBound
 
Methods inherited from interface swarm.defobj.CreateC
create
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

createEnd

public Object createEnd()
Specified by:
createEnd in interface EZBinC