org.apache.commons.math3.special
Class ErfTest

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

public class ErfTest
extends Object

Version:
$Id: ErfTest.java 1456905 2013-03-15 11:37:35Z luc $

Constructor Summary
ErfTest()
           
 
Method Summary
 void testErf0()
           
 void testErf1960()
           
 void testErf2576()
           
 void testErf2807()
           
 void testErf3291()
           
 void testErfcGnu()
          Compare Erf.erfc against reference values computed using GCC 4.2.1 (Apple OSX packaged version) erfcl (extended precision erfc).
 void testErfcInv()
           
 void testErfcInvInfinite()
           
 void testErfcInvNaN()
           
 void testErfcMaple()
          Tests erfc against reference data computed using Maple reported in Marsaglia, G,, "Evaluating the Normal Distribution," Journal of Statistical Software, July, 2004.
 void testErfGnu()
          Compare Erf.erf against reference values computed using GCC 4.2.1 (Apple OSX packaged version) erfl (extended precision erf).
 void testErfInv()
           
 void testErfInvInfinite()
           
 void testErfInvNaN()
           
 void testLargeValues()
          MATH-301, MATH-456
 void testTwoArgumentErf()
          Test the implementation of Erf.erf(double, double) for consistency with results obtained from Erf.erf(double) and Erf.erfc(double).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErfTest

public ErfTest()
Method Detail

testErf0

public void testErf0()

testErf1960

public void testErf1960()

testErf2576

public void testErf2576()

testErf2807

public void testErf2807()

testErf3291

public void testErf3291()

testLargeValues

public void testLargeValues()
MATH-301, MATH-456


testErfGnu

public void testErfGnu()
Compare Erf.erf against reference values computed using GCC 4.2.1 (Apple OSX packaged version) erfl (extended precision erf).


testErfcGnu

public void testErfcGnu()
Compare Erf.erfc against reference values computed using GCC 4.2.1 (Apple OSX packaged version) erfcl (extended precision erfc).


testErfcMaple

public void testErfcMaple()
Tests erfc against reference data computed using Maple reported in Marsaglia, G,, "Evaluating the Normal Distribution," Journal of Statistical Software, July, 2004. http//www.jstatsoft.org/v11/a05/paper


testTwoArgumentErf

public void testTwoArgumentErf()
Test the implementation of Erf.erf(double, double) for consistency with results obtained from Erf.erf(double) and Erf.erfc(double).


testErfInvNaN

public void testErfInvNaN()

testErfInvInfinite

public void testErfInvInfinite()

testErfInv

public void testErfInv()

testErfcInvNaN

public void testErfcInvNaN()

testErfcInvInfinite

public void testErfcInvInfinite()

testErfcInv

public void testErfcInv()


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