Package swarm.analysis

Analysis tools.

See:
          Description

Class Summary
ActiveGraphCImpl Provides a continuous data feed between Swarm and the GUI..
ActiveGraphImpl Provides a continuous data feed between Swarm and the GUI..
ActiveOutFileCImpl An object that actively updates its file stream when updated..
ActiveOutFileImpl An object that actively updates its file stream when updated..
AveragerCImpl Averages together data, gives the data to whomever asks..
AveragerImpl Averages together data, gives the data to whomever asks..
EntropyCImpl Computes entropy via a MessageProbe..
EntropyImpl Computes entropy via a MessageProbe..
EZBinCImpl An easy to use histogram interface..
EZBinImpl An easy to use histogram interface..
EZDistributionCImpl An EZBin that treats data as a distribution..
EZDistributionImpl An EZBin that treats data as a distribution..
EZGraphCImpl A class for easily create graphs..
EZGraphImpl A class for easily create graphs..
 

Interface Summary
ActiveGraph Provides a continuous data feed between Swarm and the GUI..
ActiveGraphC Provides a continuous data feed between Swarm and the GUI..
ActiveGraphS Provides a continuous data feed between Swarm and the GUI..
ActiveOutFile An object that actively updates its file stream when updated..
ActiveOutFileC An object that actively updates its file stream when updated..
ActiveOutFileS An object that actively updates its file stream when updated..
Averager Averages together data, gives the data to whomever asks..
AveragerC Averages together data, gives the data to whomever asks..
AveragerS Averages together data, gives the data to whomever asks..
Entropy Computes entropy via a MessageProbe..
EntropyC Computes entropy via a MessageProbe..
EntropyS Computes entropy via a MessageProbe..
EZAverageSequence Protocol for an EZAverageSequence.
EZAverageSequenceC Protocol for an EZAverageSequence.
EZAverageSequenceS Protocol for an EZAverageSequence.
EZBin An easy to use histogram interface..
EZBinC An easy to use histogram interface..
EZBinS An easy to use histogram interface..
EZDistribution An EZBin that treats data as a distribution..
EZDistributionC An EZBin that treats data as a distribution..
EZDistributionS An EZBin that treats data as a distribution..
EZGraph A class for easily create graphs..
EZGraphC A class for easily create graphs..
EZGraphS A class for easily create graphs..
EZSequence Protocol for an EZSequence.
EZSequenceC Protocol for an EZSequence.
EZSequenceS Protocol for an EZSequence.
 

Package swarm.analysis Description

Analysis tools. This is the library where tools primarily related to analysis tasks, reside. This includes tools which simplify the task of graphing values or displaying distributions as well as more specific measurement tools (such as Average, Entropy).