Home
last modified time | relevance | path

Searched refs:LnFact (Results 1 – 4 of 4) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dstats.h51 phydbl LnFact(int n);
H A Dstats.c1157 phydbl lnDens = LnGamma(x+n) - LnGamma(n) - LnFact(x) + n*log(p) + x*log(1.-p); in Dnbinom()
1963 phydbl LnFact(int n) in LnFact() function
1997 return(LnFact(n) - LnFact(k) - LnFact(n-k)); in LnChoose()
H A Drates.c1337 lognf = LnFact(n); in RATES_Dmu2_And_Mu1_Given_N()
1344 poiss = lognf - LnFact(i) - LnFact(n-i) + i*logdt1 + (n-i)*logdt2 - nlogdt; in RATES_Dmu2_And_Mu1_Given_N()
H A Dmcmc.c6775 hr += LnFact(n_delete_disks); in MCMC_PHYREX_Delete_Disk()
6907 hr -= LnFact(n_insert_disks); in MCMC_PHYREX_Insert_Disk()
7569 hr -= LnFact(n_insert_disks); in MCMC_PHYREX_Insert_Hit()
7751 hr += LnFact(n_delete_disks); in MCMC_PHYREX_Delete_Hit()