swarm.analysis
Interface EZDistributionC


public abstract 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
setAxisLabelsX$Y, setBinCount, setCollection, setFileName, setFileOutput, setGraphics, setLowerBound, setMonoColorBars, setProbedSelector, setTitle, setUpperBound
 

Method Detail

createEnd

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