Merge branch 'master' of ssh://eodev/gitroot/eodev/eodev
This commit is contained in:
commit
ec70859622
9 changed files with 86 additions and 19 deletions
|
|
@ -454,7 +454,8 @@ public:
|
|||
|
||||
virtual std::string className(void) const { return "eoInterquartileRangeStat"; }
|
||||
};
|
||||
|
||||
/** @example t-eoIQRStat.cpp
|
||||
*/
|
||||
|
||||
/** Compute the average size of indivudals over the population
|
||||
*
|
||||
|
|
|
|||
|
|
@ -29,11 +29,10 @@
|
|||
* eoRndGenerators, we might as well have these directly written without
|
||||
* overhead
|
||||
|
||||
@classes:
|
||||
eoUniformInit uniform initialization for doubles, floats, ints, ...
|
||||
eoBooleanInit biased init for booleans
|
||||
eoNormalInit normal intialization for doubles and floats
|
||||
eoNegExpInit negative exponential distributions "
|
||||
@class eoUniformInit uniform initialization for doubles, floats, ints, ...
|
||||
@class eoBooleanInit biased init for booleans
|
||||
@class eoNormalInit normal intialization for doubles and floats
|
||||
@class eoNegExpInit negative exponential distributions "
|
||||
*/
|
||||
|
||||
#ifndef eoUniformInit_h
|
||||
|
|
|
|||
Reference in a new issue