Package org.apache.commons.numbers.gamma
Class ErfDifference
java.lang.Object
org.apache.commons.numbers.gamma.ErfDifference
Computes the difference between
error function values.-
Method Summary
-
Method Details
-
value
- Parameters:
x1- First value.x2- Second value.- Returns:
Erf.value(x2) - Erf.value(x1).- Throws:
ArithmeticException- if the algorithm fails to converge.
-