Uses of Class
org.drip.specialfunction.bessel.ModifiedSecondIntegralEstimator
Package | Description |
---|---|
org.drip.specialfunction.bessel |
Ordered Bessel Function Variant Estimators
|
-
Uses of ModifiedSecondIntegralEstimator in org.drip.specialfunction.bessel
Methods in org.drip.specialfunction.bessel that return ModifiedSecondIntegralEstimator Modifier and Type Method Description static ModifiedSecondIntegralEstimator
ModifiedSecondIntegralEstimator. OneThirdOrder(int quadratureCount)
Construct the Modified Bessel Second Kind Estimator for the 1.static ModifiedSecondIntegralEstimator
ModifiedSecondIntegralEstimator. Standard(int quadratureCount)
Construct the Modified Bessel Second Kind Estimator from the Integral Formstatic ModifiedSecondIntegralEstimator
ModifiedSecondIntegralEstimator. TwoThirdOrder(int quadratureCount)
Construct the Modified Bessel Second Kind Estimator for the 2.static ModifiedSecondIntegralEstimator
ModifiedSecondIntegralEstimator. ZeroOrder(int quadratureCount)
Construct the Modified Bessel Second Kind Zero Order Estimator from the Integral Form