Package org.evoludo.simulator.views
Interface HasMean.Traits
- All Superinterfaces:
HasMean
- All Known Implementing Classes:
ATBT,CDL,CDLP,CDLPQ,Centipede,CLabour,CSD,DemesTBT,EcoPGG,LV,Moran,NetGames,RSP,scanCSD,simCDL,simCDLP,simCDLPQ,simMoran,simTBT,simTraits,SIR,TBT,Traits
- Enclosing interface:
HasMean
Modules that implement this
interface request a LineGraph
that depicts the mean traits of the population. For discrete modules with
\(d\) traits the frequency/density of all traits is shown in a single panel.
In contrast, for continuous modules with \(d\) traits, \(d\) panels are shown
each depicting the mean \(\bar x_i\) of one trait together with its standard
deviation \(\bar x_i \pm \sigma_i\).
Note: this requires that the
Model implements the
method Model.getMeanTraits(int, double[]).
-
Nested Class Summary
Nested classes/interfaces inherited from interface HasMean
HasMean.Fitness, HasMean.Traits