Search in sources :

Example 1 with GMRFIntervalHeightsStatistic

use of dr.evomodel.coalescent.GMRFIntervalHeightsStatistic in project beast-mcmc by beast-dev.

the class GMRFIntervalHeightsStatisticParser method parseXMLObject.

public Object parseXMLObject(XMLObject xo) throws XMLParseException {
    String name = xo.getAttribute(Statistic.NAME, xo.getId());
    GMRFSkyrideLikelihood skyrideLikelihood = (GMRFSkyrideLikelihood) xo.getChild(GMRFSkyrideLikelihood.class);
    return new GMRFIntervalHeightsStatistic(name, skyrideLikelihood);
}
Also used : GMRFSkyrideLikelihood(dr.evomodel.coalescent.GMRFSkyrideLikelihood) GMRFIntervalHeightsStatistic(dr.evomodel.coalescent.GMRFIntervalHeightsStatistic)

Aggregations

GMRFIntervalHeightsStatistic (dr.evomodel.coalescent.GMRFIntervalHeightsStatistic)1 GMRFSkyrideLikelihood (dr.evomodel.coalescent.GMRFSkyrideLikelihood)1