C# 클래스 NReco.Math3.Special.BetaTest

파일 보기 프로젝트 열기: nreco/recommender 1 사용 예제들

공개 메소드들

메소드 설명
ulp ( double x ) : double

비공개 메소드들

메소드 설명
BetaTest ( ) : System
logGammaMinusLogGammaSum ( double a, double b ) : double
logGammaSum ( double a, double b ) : double
sumDeltaMinusDeltaSum ( double a, double b ) : double
testLogBeta ( ) : void
testLogBeta ( double expected, double a, double b ) : void
testLogBetaNanPositive ( ) : void
testLogBetaNegativePositive ( ) : void
testLogBetaPositiveNan ( ) : void
testLogBetaPositiveNegative ( ) : void
testLogBetaPositivePositive ( ) : void
testLogBetaPositiveZero ( ) : void
testLogBetaZeroPositive ( ) : void
testLogGammaMinusLogGammaSum ( ) : void
testLogGammaMinusLogGammaSumPrecondition1 ( ) : void
testLogGammaMinusLogGammaSumPrecondition2 ( ) : void
testLogGammaSum ( ) : void
testLogGammaSumPrecondition1 ( ) : void
testLogGammaSumPrecondition2 ( ) : void
testLogGammaSumPrecondition3 ( ) : void
testLogGammaSumPrecondition4 ( ) : void
testMath1067 ( ) : void
testRegularizedBeta ( double expected, double x, double a, double b ) : void
testRegularizedBetaNanPositivePositive ( ) : void
testRegularizedBetaNegativePositivePositive ( ) : void
testRegularizedBetaPositiveNanPositive ( ) : void
testRegularizedBetaPositiveNegativePositive ( ) : void
testRegularizedBetaPositivePositiveNan ( ) : void
testRegularizedBetaPositivePositiveNegative ( ) : void
testRegularizedBetaPositivePositivePositive ( ) : void
testRegularizedBetaPositivePositiveZero ( ) : void
testRegularizedBetaPositiveZeroPositive ( ) : void
testRegularizedBetaTinyArgument ( ) : void
testRegularizedBetaZeroPositivePositive ( ) : void
testSumDeltaMinusDeltaSum ( ) : void
testSumDeltaMinusDeltaSumPrecondition1 ( ) : void
testSumDeltaMinusDeltaSumPrecondition2 ( ) : void

메소드 상세

ulp() 공개 정적인 메소드

public static ulp ( double x ) : double
x double
리턴 double