EvolvingObjects
eoInterquartileRangeStat< EOT > Class Template Reference

A robust measure of dispersion (also called midspread or middle fifty) that is the difference between the third and the first quartile. More...

#include <eoStat.h>

Inheritance diagram for eoInterquartileRangeStat< EOT >:
eoStat< EOT, EOT::Fitness > eoValueParam< EOT::Fitness > eoStatBase< EOT > eoParam eoUF< const eoPop< EOT > &, void > eoFunctorBase unary_function

List of all members.

Public Member Functions

 eoInterquartileRangeStat (typename EOT::Fitness start, std::string description="IQR")
virtual void operator() (const eoPop< EOT > &_pop)
 The pure virtual function that needs to be implemented by the subclass.
virtual std::string className (void) const

Detailed Description

template<class EOT>
class eoInterquartileRangeStat< EOT >

A robust measure of dispersion (also called midspread or middle fifty) that is the difference between the third and the first quartile.

Examples:
t-eoIQRStat.cpp.

Definition at line 429 of file eoStat.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends