swarm.analysis
Class EZDistributionCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.analysis.EZDistributionCImpl

public class EZDistributionCImpl
extends PhaseCImpl
implements EZBinS, EZBinC, EZDistributionS

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
EZDistributionCImpl()
           
EZDistributionCImpl(EZDistributionImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.analysis.EZBinC
createEnd, setAxisLabelsX$Y, setBinCount, setCollection, setFileName, setFileOutput, setGraphics, setLowerBound, setMonoColorBars, setProbedSelector, setTitle, setUpperBound
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EZDistributionCImpl

public EZDistributionCImpl(EZDistributionImpl nextPhase)

EZDistributionCImpl

public EZDistributionCImpl()