Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DFDistributionImpl.java95 … final double lognxm = FastMath.log(numeratorDegreesOfFreedom * x + denominatorDegreesOfFreedom); in density() local
96 return FastMath.exp(nhalf*logn + nhalf*logx - logx + mhalf*logm - nhalf*lognxm - in density()
97 mhalf*lognxm - Beta.logBeta(nhalf, mhalf)); in density()