org.apache.commons.math3.analysis.function
Class LogitTest

java.lang.Object
  extended by org.apache.commons.math3.analysis.function.LogitTest

public class LogitTest
extends Object

Test for class Logit.


Constructor Summary
LogitTest()
           
 
Method Summary
 void testDerivative()
           
 void testDerivativeLargeArguments()
           
 void testDerivativesHighOrder()
           
 void testDerivativesWithInverseFunction()
           
 void testParametricUsage1()
           
 void testParametricUsage2()
           
 void testParametricUsage3()
           
 void testParametricUsage4()
           
 void testParametricUsage5()
           
 void testParametricUsage6()
           
 void testParametricValue()
           
 void testPreconditions1()
           
 void testPreconditions2()
           
 void testSomeValues()
           
 void testValueWithInverseFunction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogitTest

public LogitTest()
Method Detail

testPreconditions1

public void testPreconditions1()

testPreconditions2

public void testPreconditions2()

testSomeValues

public void testSomeValues()

testDerivative

public void testDerivative()

testDerivativeLargeArguments

public void testDerivativeLargeArguments()

testDerivativesHighOrder

public void testDerivativesHighOrder()

testParametricUsage1

public void testParametricUsage1()

testParametricUsage2

public void testParametricUsage2()

testParametricUsage3

public void testParametricUsage3()

testParametricUsage4

public void testParametricUsage4()

testParametricUsage5

public void testParametricUsage5()

testParametricUsage6

public void testParametricUsage6()

testParametricValue

public void testParametricValue()

testValueWithInverseFunction

public void testValueWithInverseFunction()

testDerivativesWithInverseFunction

public void testDerivativesWithInverseFunction()


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