Home
last modified time | relevance | path

Searched refs:BIC_weight (Results 1 – 3 of 3) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dphylotesting.h166 double AIC_weight, AICc_weight, BIC_weight; // weights variable
H A Dphylotesting.cpp323 sum_BIC += info.BIC_weight = exp(-0.5*(info.BIC_score-best_score_BIC)); in getOrderedModels()
332 it->BIC_weight *= sum_BIC; in getOrderedModels()
335 it->BIC_conf = it->BIC_weight > 0.05; in getOrderedModels()
H A Dphyloanalysis.cpp252 out << it->BIC_weight; in reportModelSelection()