Package pal.statistics
Interface LikelihoodEvaluator
public interface LikelihoodEvaluator
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static final class
static final class
-
Method Summary
Modifier and TypeMethodDescriptiondouble
calculateLikelihood
(Tree tree, Alignment alignment) getMLOptimised
(Tree tree, Alignment alignment, AlgorithmCallback callback)
-
Method Details
-
getMLOptimised
LikelihoodEvaluator.MLResult getMLOptimised(Tree tree, Alignment alignment, AlgorithmCallback callback) -
calculateLikelihood
-