org.apache.commons.math3.special
Class GammaTest

java.lang.Object
  extended by org.apache.commons.math3.special.GammaTest

public class GammaTest
extends Object

Version:
$Id: GammaTest.java 1414531 2012-11-28 05:39:39Z celestin $

Constructor Summary
GammaTest()
           
 
Method Summary
 void testDigammaLargeArgs()
           
 void testDigammaSmallArgs()
           
 void testGamma()
           
 void testGammaNegativeInteger()
           
 void testInvGamma1pm1()
           
 void testInvGamma1pm1Precondition1()
           
 void testInvGamma1pm1Precondition2()
           
 void testLogGamma()
           
 void testLogGamma1p()
           
 void testLogGamma1pPrecondition1()
           
 void testLogGamma1pPrecondition2()
           
 void testLogGammaNan()
           
 void testLogGammaNegative()
           
 void testLogGammaPositive()
           
 void testLogGammaPrecondition1()
           
 void testLogGammaPrecondition2()
           
 void testLogGammaZero()
           
 void testRegularizedGammaNanPositive()
           
 void testRegularizedGammaNegativePositive()
           
 void testRegularizedGammaPositiveNan()
           
 void testRegularizedGammaPositiveNegative()
           
 void testRegularizedGammaPositivePositive()
           
 void testRegularizedGammaPositiveZero()
           
 void testRegularizedGammaZeroPositive()
           
 void testTrigamma()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GammaTest

public GammaTest()
Method Detail

testRegularizedGammaNanPositive

public void testRegularizedGammaNanPositive()

testRegularizedGammaPositiveNan

public void testRegularizedGammaPositiveNan()

testRegularizedGammaNegativePositive

public void testRegularizedGammaNegativePositive()

testRegularizedGammaPositiveNegative

public void testRegularizedGammaPositiveNegative()

testRegularizedGammaZeroPositive

public void testRegularizedGammaZeroPositive()

testRegularizedGammaPositiveZero

public void testRegularizedGammaPositiveZero()

testRegularizedGammaPositivePositive

public void testRegularizedGammaPositivePositive()

testLogGammaNan

public void testLogGammaNan()

testLogGammaNegative

public void testLogGammaNegative()

testLogGammaZero

public void testLogGammaZero()

testLogGammaPositive

public void testLogGammaPositive()

testDigammaLargeArgs

public void testDigammaLargeArgs()

testDigammaSmallArgs

public void testDigammaSmallArgs()

testTrigamma

public void testTrigamma()

testLogGamma

public void testLogGamma()

testLogGammaPrecondition1

public void testLogGammaPrecondition1()

testLogGammaPrecondition2

public void testLogGammaPrecondition2()

testInvGamma1pm1

public void testInvGamma1pm1()

testInvGamma1pm1Precondition1

public void testInvGamma1pm1Precondition1()

testInvGamma1pm1Precondition2

public void testInvGamma1pm1Precondition2()

testLogGamma1p

public void testLogGamma1p()

testLogGamma1pPrecondition1

public void testLogGamma1pPrecondition1()

testLogGamma1pPrecondition2

public void testLogGamma1pPrecondition2()

testGamma

public void testGamma()

testGammaNegativeInteger

public void testGammaNegativeInteger()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.