Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

Statistical data collection


Compounds

class  cAccuracyDetection
class  cADByStddev
class  cDensityEstBase
class  cDoubleHistogram
class  cEqdHistogramBase
class  cHistogramBase
class  cKSplit
class  cLongHistogram
class  cOutVector
class  cPSquare
class  cStatistic
class  cStdDev
class  cTDExpandingWindows
class  cTransientDetection
class  cVarHistogram
class  cWeightedStdDev

Detailed Description

OMNeT++ provides a variety of statistical classes. There are basic classes which compute basic statistics like mean and standard deviation, some classes deal with density estimation, and other classes support automatic detection of the end of a transient, and automatic detection of accuracy of collected statistics.

The two main abstract base classes are cStatistic and cDensityEstBase. Most other classes are mostly polymorphic on these two, which means most functionality in subclasses is available via virtual functions defined in cStatistic and cDensityEstBase. The transient detection and result accuracy classes are derived from the cTransientDetection and cAccuracyDetection abstract base classes.

The classes are:

Transient and result accuracy detection classes: Some other classes closely related to the above ones are not listed here explicitly, but you can find them via 'See also' links from their main classes.
Generated at Mon Jun 16 23:37:33 2003 for OMNeT++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001