Uses of Class
org.drip.numerical.estimation.R1ToR1IntegrandLimitEstimator
Package | Description |
---|---|
org.drip.function.e2erf |
E2 erf and erf-1 Implementations
|
org.drip.function.e2erfc |
E2 erfc Estimation Function Implementation
|
-
Uses of R1ToR1IntegrandLimitEstimator in org.drip.function.e2erf
Subclasses of R1ToR1IntegrandLimitEstimator in org.drip.function.e2erf Modifier and Type Class Description class
AbramowitzStegun
AbramowitzStegun implements the E2 (erf) Estimator using Abramowitz-Stegun Scheme.class
ErrorFunction
ErrorFunction implements the E2 Error Function (erf). -
Uses of R1ToR1IntegrandLimitEstimator in org.drip.function.e2erfc
Subclasses of R1ToR1IntegrandLimitEstimator in org.drip.function.e2erfc Modifier and Type Class Description class
ErrorFunctionComplement
ErrorFunctionComplement implements the Error Function Complement (erfc).