Package pal.statistics
Class ReplicateLikelihoodEvaluator.Utils
- java.lang.Object
-
- pal.statistics.ReplicateLikelihoodEvaluator.Utils
-
- Enclosing interface:
- ReplicateLikelihoodEvaluator
public static final class ReplicateLikelihoodEvaluator.Utils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReplicateLikelihoodEvaluator
createRELLEvaluator(SubstitutionModel model)
Create a ReplicateLikelihoodEvaluator that based likelihood on original tree (does no optimisation)
-
-
-
Method Detail
-
createRELLEvaluator
public static final ReplicateLikelihoodEvaluator createRELLEvaluator(SubstitutionModel model)
Create a ReplicateLikelihoodEvaluator that based likelihood on original tree (does no optimisation)- Parameters:
model
- The subtitution model to use- Returns:
- an appropriate evaluator
-
-