|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.special.ErfTest
public class ErfTest
| 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 |
|---|
public ErfTest()
| Method Detail |
|---|
public void testErf0()
public void testErf1960()
public void testErf2576()
public void testErf2807()
public void testErf3291()
public void testLargeValues()
public void testErfGnu()
public void testErfcGnu()
public void testErfcMaple()
public void testTwoArgumentErf()
public void testErfInvNaN()
public void testErfInvInfinite()
public void testErfInv()
public void testErfcInvNaN()
public void testErfcInvInfinite()
public void testErfcInv()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||