Package org.drip.specialfunction.derived
Class Kummer
java.lang.Object
org.drip.function.definition.R1ToR1
org.drip.specialfunction.definition.HypergeometricEstimator
org.drip.specialfunction.definition.ConfluentHypergeometricEstimator
org.drip.specialfunction.derived.Kummer
public class Kummer extends ConfluentHypergeometricEstimator
Kummer implements the Kummer's Confluent Hyper-geometric Function from the 2F1 Hyper-geometric
Function. The References are:
- Gessel, I., and D. Stanton (1982): Strange Evaluations of Hyper-geometric Series SIAM Journal on Mathematical Analysis 13 (2) 295-308
- Koepf, W (1995): Algorithms for m-fold Hyper-geometric Summation Journal of Symbolic Computation 20 (4) 399-417
- Lavoie, J. L., F. Grondin, and A. K. Rathie (1996): Generalization of Whipple’s Theorem on the Sum of a (_2^3)F(a,b;c;z) Journal of Computational and Applied Mathematics 72 293-300
- National Institute of Standards and Technology (2019): Hyper-geometric Function https://dlmf.nist.gov/15
- Wikipedia (2019): Hyper-geometric Function https://en.wikipedia.org/wiki/Hypergeometric_function
- Kummer Constructor
- Retrieve the 2F1 Hyper-geometric Function Estimator
| Module | Product Core Module |
| Library | Fixed Income Analytics |
| Project | Special Function Implementation and Analysis |
| Package | Special Functions Derived using Others |
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description Kummer(RegularHypergeometricEstimator regularHypergeometricEstimator)Kummer Constructor -
Method Summary
Modifier and Type Method Description doubleconfluentHypergeometric(double z)Evaluate Confluent Hyper-geometric FunctionRegularHypergeometricEstimatorregularHypergeometricEstimator()Retrieve the 2F1 Hyper-geometric Function EstimatorMethods inherited from class org.drip.specialfunction.definition.ConfluentHypergeometricEstimator
evaluateMethods inherited from class org.drip.specialfunction.definition.HypergeometricEstimator
hypergeometricParametersMethods inherited from class org.drip.function.definition.R1ToR1
antiDerivative, conditionNumber, derivative, differential, differential, integrate, maxima, maxima, minima, minima, poleResidueMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Kummer
public Kummer(RegularHypergeometricEstimator regularHypergeometricEstimator) throws java.lang.ExceptionKummer Constructor- Parameters:
regularHypergeometricEstimator- Regular Hyper-geometric Estimator- Throws:
java.lang.Exception- Thrown if the Inputs are Invalid
-
-
Method Details
-
regularHypergeometricEstimator
Retrieve the 2F1 Hyper-geometric Function Estimator- Returns:
- The 2F1 Hyper-geometric Function Estimator
-
confluentHypergeometric
public double confluentHypergeometric(double z) throws java.lang.ExceptionDescription copied from class:ConfluentHypergeometricEstimatorEvaluate Confluent Hyper-geometric Function- Specified by:
confluentHypergeometricin classConfluentHypergeometricEstimator- Parameters:
z- Z- Returns:
- Confluent Hyper-geometric Value
- Throws:
java.lang.Exception- Thrown if the Inputs are Invalid
-