Uses of Class
org.drip.specialfunction.definition.HypergeometricEstimator
| Package | Description |
|---|---|
| org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
| org.drip.specialfunction.derived |
Special Functions Derived using Others
|
| org.drip.specialfunction.hypergeometric |
Hyper-geometric Function Estimation Schemes
|
-
Uses of HypergeometricEstimator in org.drip.specialfunction.definition
Subclasses of HypergeometricEstimator in org.drip.specialfunction.definition Modifier and Type Class Description classConfluentHypergeometricEstimatorConfluentHypergeometricEstimator exposes the Stubs for estimating the Confluent Hyper-geometric Function and its Jacobian.classEllipticEIntegralEstimatorEllipticEIntegralEstimator exposes the Stubs for estimating the Elliptic E-Integral and its Jacobian using the 2F1 Hyper-geometric Function.classEllipticKIntegralEstimatorEllipticKIntegralEstimator exposes the Stubs for estimating the Elliptic K-Integral and its Jacobian using the 2F1 Hyper-geometric Function.classJacobiEstimatorJacobiEstimator exposes the Stubs for estimating the Jacobi Function and its Jacobian using the 2F1 Hyper-geometric Function.classLegendreEstimatorLegendreEstimator exposes the Stubs for estimating the Legendre Function and its Jacobian using the 2F1 Hyper-geometric Function.classRegularHypergeometricEstimatorRegularHypergeometricEstimator exposes the Stubs for estimating the 2F1 Hyper-geometric Function and its Jacobian using the 2F1 Hyper-geometric Function. -
Uses of HypergeometricEstimator in org.drip.specialfunction.derived
Subclasses of HypergeometricEstimator in org.drip.specialfunction.derived Modifier and Type Class Description classEllipticEIntegralEllipticEIntegral implements the Elliptic E Integral Function from the 2F1 Hyper-geometric Function.classEllipticKIntegralEllipticKIntegral implements the Elliptic K Integral Function from the 2F1 Hyper-geometric Function.classJacobiJacobi implements the Jacobian Function from the 2F1 Hyper-geometric Function.classKummerKummer implements the Kummer's Confluent Hyper-geometric Function from the 2F1 Hyper-geometric Function.classLegendreLegendre implements the Legendre Function from the 2F1 Hyper-geometric Function. -
Uses of HypergeometricEstimator in org.drip.specialfunction.hypergeometric
Subclasses of HypergeometricEstimator in org.drip.specialfunction.hypergeometric Modifier and Type Class Description classEulerQuadratureEstimatorEulerQuadratureEstimator estimates the Hyper-geometric Function using the Euler Integral Representation.