use of dr.inference.markovjumps.SubordinatedProcess in project beast-mcmc by beast-dev.
the class UniformizedSubstitutionModel method constructSubordinator.
private void constructSubordinator() {
substModel.getInfinitesimalMatrix(tmp);
subordinator = new SubordinatedProcess(tmp, stateCount);
updateSubordinator = false;
}
Aggregations