maxdiff
traces : | TraceTree[] (pass by reference) |
The samples of trees from the posterior. |
# Read in tree trace
tree_trace = readTreeTrace("output/my.trees", burnin=0.25, nruns=2)
# Compute the maxdiff statistic
maxdiff = maxdiff(traces=tree_trace)