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 class
ConfluentHypergeometricEstimator
ConfluentHypergeometricEstimator exposes the Stubs for estimating the Confluent Hyper-geometric Function and its Jacobian.class
EllipticEIntegralEstimator
EllipticEIntegralEstimator exposes the Stubs for estimating the Elliptic E-Integral and its Jacobian using the 2F1 Hyper-geometric Function.class
EllipticKIntegralEstimator
EllipticKIntegralEstimator exposes the Stubs for estimating the Elliptic K-Integral and its Jacobian using the 2F1 Hyper-geometric Function.class
JacobiEstimator
JacobiEstimator exposes the Stubs for estimating the Jacobi Function and its Jacobian using the 2F1 Hyper-geometric Function.class
LegendreEstimator
LegendreEstimator exposes the Stubs for estimating the Legendre Function and its Jacobian using the 2F1 Hyper-geometric Function.class
RegularHypergeometricEstimator
RegularHypergeometricEstimator 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 class
EllipticEIntegral
EllipticEIntegral implements the Elliptic E Integral Function from the 2F1 Hyper-geometric Function.class
EllipticKIntegral
EllipticKIntegral implements the Elliptic K Integral Function from the 2F1 Hyper-geometric Function.class
Jacobi
Jacobi implements the Jacobian Function from the 2F1 Hyper-geometric Function.class
Kummer
Kummer implements the Kummer's Confluent Hyper-geometric Function from the 2F1 Hyper-geometric Function.class
Legendre
Legendre 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 class
EulerQuadratureEstimator
EulerQuadratureEstimator estimates the Hyper-geometric Function using the Euler Integral Representation.