Searched refs:BIC_weight (Results 1 – 3 of 3) sorted by relevance
166 double AIC_weight, AICc_weight, BIC_weight; // weights variable
323 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()
252 out << it->BIC_weight; in reportModelSelection()