Package ffx.numerics.special
Class ModifiedBesselTest
java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.special.ModifiedBesselTest
- Author:
- Michael J. Schnieders
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<Object[]> data()
The expected values were found to 20 decimal points of precision using Mathematica: SetPrecision[BesselI[0, x], 20]] SetPrecision[BesselI[1, x], 20]]void
Test of erfc method, of class Erf.void
Test of erf method, of class Erf.Methods inherited from class ffx.utilities.FFXTest
afterClass, afterTest, beforeClass, beforeTest, registerTemporaryDirectory
-
Constructor Details
-
ModifiedBesselTest
-
-
Method Details
-
data
The expected values were found to 20 decimal points of precision using Mathematica: SetPrecision[BesselI[0, x], 20]] SetPrecision[BesselI[1, x], 20]] -
testZeroOrderModifiedBessel
public void testZeroOrderModifiedBessel()Test of erf method, of class Erf. -
testFirstOrderModifiedBessel
public void testFirstOrderModifiedBessel()Test of erfc method, of class Erf.
-