Searched refs:nhalf (Results 1 – 1 of 1) sorted by relevance
90 final double nhalf = numeratorDegreesOfFreedom / 2; in density() local96 return FastMath.exp(nhalf*logn + nhalf*logx - logx + mhalf*logm - nhalf*lognxm - in density()97 mhalf*lognxm - Beta.logBeta(nhalf, mhalf)); in density()