Uses of Interface
pal.misc.Summarizable
Packages that use Summarizable
Package
Description
Classes to model population genetic processes using the coalescent.
Classes for the analysis of "measurably evolving populations" (mep).
Classes that don't fit elsewhere ;^)
-
Uses of Summarizable in pal.coalescent
Classes in pal.coalescent that implement SummarizableModifier and TypeClassDescriptionclassThis class models coalescent intervals for a constant population (parameter: N0=present-day population size).classThis class models a population that grows exponentially from an initial population size alpha N0 at time y to a size N0 at time x until the present-day.classThis class models a population that grows exponentially from an inital population size alpha N0 to a present-day size N0.classThis abstract class contains methods that are of general use for modelling coalescent intervals given a demographic model.classThis class models a population that grows exponentially from an inital population size alpha N0 to a present-day size N0.classThis class models an exponentially growing (or shrinking) population (Parameters: N0=present-day population size; r=growth rate). -
Uses of Summarizable in pal.mep
Classes in pal.mep that implement SummarizableModifier and TypeClassDescriptionclassThis class models a constant mutation rate (parameter: mu = mutation rate).classThis abstract class contains methods that are of general use for modelling mutation rate changes over time.classThis class models a step-wise mutation rate.classThis class models a windowed mutation rate (parameter: mu = mutation rate). -
Uses of Summarizable in pal.misc
Classes in pal.misc that implement SummarizableConstructors in pal.misc with parameters of type SummarizableModifierConstructorDescriptionSimpleSummarizable(Summarizable toImitate) The Imitation constructor - for immitating another Summarizable object with minimum memory requirements