Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dtimes.c772 logn += Factln(n1+n2-2) - Factln(n1-1) - Factln(n2-1); in TIMES_Log_Number_Of_Ranked_Labelled_Histories()
832 (*logn) += Factln(n1+n2-2) - Factln(n1-1) - Factln(n2-1); in TIMES_Log_Number_Of_Ranked_Labelled_Histories_Post()
920 Factln(tree->rates->n_tips_below[tree->n_root->num]-2.) - in TIMES_Lk_Uniform_Core()
1029 Factln(tree->rates->n_tips_below[d->num]-1.) - in TIMES_Lk_Uniform_Post()
H A Dstats.h36 phydbl Factln(int n);
H A Dstats.c1307 v = x * log(param) - param - Factln(x); in Dpois()
1772 return FLOOR(0.5+exp(Factln(n)-Factln(k)-Factln(n-k))); in Bico()
1779 phydbl Factln(int n) in Factln() function