Home
last modified time | relevance | path

Searched refs:PointChi2 (Results 1 – 9 of 9) sorted by relevance

/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dgamma.c30 static double PointChi2 (double prob, double v);
54 result = PointChi2 (y, 2.0*shape)/(2.0*shape); in icdfGamma()
189 static double PointChi2 (double prob, double v) in PointChi2() function
/dports/biology/seaview/seaview/csrc/
H A Dphyml_util.h50 #define PointGamma(prob,alpha,beta) PointChi2(prob,2.0*(alpha))/(2.0*(beta))
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dstats.h41 phydbl PointChi2 (phydbl prob, phydbl v);
H A Dutilities.h57 #define PointGamma(prob,alpha,beta) PointChi2(prob,2.0*(alpha))/(2.0*(beta))
H A Dstats.c1570 phydbl PointChi2 (phydbl prob, phydbl v) in PointChi2() function
/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A DpllInternal.h45 extern double PointChi2 ( double prob, double v );
H A Dpll.h195 #define PLL_POINT_GAMMA(prob,alpha,beta) PointChi2(prob,2.0*(alpha))/(2.0*(beta))
H A Dmodels.c3783 double PointChi2 (double prob, double v) in PointChi2() function
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c46 #define POINTGAMMA(prob,alpha,beta) PointChi2(prob,2.0*(alpha))/(2.0*(beta))
115 MrBFlt PointChi2 (MrBFlt prob, MrBFlt v);
13381 MrBFlt PointChi2 (MrBFlt prob, MrBFlt v) in PointChi2() function