Uses of Interface
pal.eval.LHCalculator.Internal

Packages that use LHCalculator.Internal
pal.eval Classes for evaluating evolutionary hypothesis (chi-square and likelihood criteria) and estimating model parameters. 
 

Uses of LHCalculator.Internal in pal.eval
 

Methods in pal.eval that return LHCalculator.Internal
 LHCalculator.Internal LHCalculator.Generator.createNewInternal()
           
 LHCalculator.Internal LHCalculator.Generator.createNewInternal(LHCalculator.Generator patentGenerator)
          An obscure method, primarily used by the High Accuracy calculator
 

Constructors in pal.eval with parameters of type LHCalculator.Internal
SimpleUnconstrainedLikelihoodModel.InternalImpl(LHCalculator.Internal base, SubstitutionModel model)