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.
Methods inherited from interface swarm.analysis.EZBinC |
createBegin,
setAxisLabelsX$Y,
setBinCount,
setCollection,
setFileName,
setFileOutput,
setGraphics,
setLowerBound,
setMonoColorBars,
setProbedSelector,
setTitle,
setUpperBound |
createEnd
public Object createEnd()
- Specified by:
- createEnd in interface EZBinC