Class HypergeometricEqualityLemma
java.lang.Object
org.drip.specialfunction.property.HypergeometricEqualityLemma
public class HypergeometricEqualityLemma
extends java.lang.Object
HypergeometricEqualityLemma verifies the Hyper-geometric Equality Lemma Properties. 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
- Construct the First-Order Derivative Switch Verifier
- Construct the First-Order Derivative Special Case Verifier
- Construct the Log (1 + z) Special Case Verifier
- Construct the Inverse Power A Special Case Verifier
- Construct the Inverse Sine Special Case Verifier
- Construct the Goursat Quadratic Transformation Verifier
- Construct the Goursat Cubic Transformation Verifier
- Construct the Vidunas Higher Order Transformation Verifier
- Construct the Gauss Van der Monde z = +1 Verifier
- Construct the Gauss-Dougall z = +1 Verifier
- Construct the Gauss Kummer z = -1 Verifier
- Construct the Gauss Second Summation z = 0.5 Verifier
- Construct the Gauss Bailey z = +0.5 Verifier
- Construct the First Gessel Stanton Koepf Rational Z Verifier
- Construct the Second Gessel Stanton Koepf Rational Z Verifier
- Construct the Incomplete Beta Verifier
| Module | Computational Core Module |
| Library | Function Analysis Library |
| Project | Special Function Implementation and Analysis |
| Package | Special Function Property Lemma Verifiers |
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description HypergeometricEqualityLemma() -
Method Summary
Modifier and Type Method Description static R2ToR1PropertyFirstGesselStantonKoepf()Construct the First Gessel Stanton Koepf Rational Z Verifierstatic R1ToR1PropertyFirstOrderDerivativeSpecialCase(double a, double b)Construct the First-Order Derivative Special Case Verifierstatic R1ToR1PropertyFirstOrderDerivativeSwitch(double a, double b)Construct the First-Order Derivative Switch Verifierstatic R2ToR1PropertyGaussBaileyZPlusHalf()Construct the Gauss Bailey z = +0.5 Verifierstatic R1ToR1PropertyGaussContinuedFractionRecursive(double a, double b, double c)Construct the Gauss Continued Fraction Recursive Verifierstatic R3ToR1PropertyGaussDougallZPlusOne()Construct the Gauss-Dougall z = +1 Verifierstatic R2ToR1PropertyGaussKummerZMinusOne()Construct the Gauss Kummer z = -1 Verifierstatic R2ToR1PropertyGaussSecondSummationZPlusHalf()Construct the Gauss Second Summation z = 0.5 Verifierstatic R3ToR1PropertyGaussVanderMondeZPlusOne()Construct the Gauss Van der Monde z = +1 Verifierstatic R1ToR1PropertyGoursatCubicTransformation(double a)Construct the Goursat Cubic Transformation Verifierstatic R1ToR1PropertyGoursatQuadraticTransformation(double a, double b)Construct the Goursat Quadratic Transformation Verifierstatic R1ToR1PropertyIncompleteBeta(double p, double q)Construct the Incomplete Beta Verifierstatic R1ToR1PropertyInversePowerA(double a)Construct the Inverse Power A Special Case Verifierstatic R1ToR1PropertyInverseSine()Construct the Inverse Sine Special Case Verifierstatic R1ToR1PropertyLogOnePlusZ()Construct the Log (1 + z) Special Case Verifierstatic R2ToR1PropertySecondGesselStantonKoepf()Construct the Second Gessel Stanton Koepf Rational Z Verifierstatic R1ToR1PropertyVidunasHigherOrderTransformation()Construct the Vidunas Higher Order Transformation VerifierMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HypergeometricEqualityLemma
public HypergeometricEqualityLemma()
-
-
Method Details
-
FirstOrderDerivativeSwitch
Construct the First-Order Derivative Switch Verifier- Parameters:
a- Ab- B- Returns:
- The First-Order Derivative Switch Verifier
-
FirstOrderDerivativeSpecialCase
Construct the First-Order Derivative Special Case Verifier- Parameters:
a- Ab- B- Returns:
- The First-Order Derivative Special Case Verifier
-
LogOnePlusZ
Construct the Log (1 + z) Special Case Verifier- Returns:
- The Log (1 + z) Special Case Verifier
-
InversePowerA
Construct the Inverse Power A Special Case Verifier- Parameters:
a- A- Returns:
- The Inverse Power A Special Case Verifier
-
InverseSine
Construct the Inverse Sine Special Case Verifier- Returns:
- The Inverse Sine Special Case Verifier
-
GoursatQuadraticTransformation
Construct the Goursat Quadratic Transformation Verifier- Parameters:
a- Ab- B- Returns:
- The Goursat Quadratic Transformation Verifier
-
GoursatCubicTransformation
Construct the Goursat Cubic Transformation Verifier- Parameters:
a- A- Returns:
- The Goursat Cubic Transformation Verifier
-
VidunasHigherOrderTransformation
Construct the Vidunas Higher Order Transformation Verifier- Returns:
- The Vidunas Higher Order Transformation Verifier
-
GaussVanderMondeZPlusOne
Construct the Gauss Van der Monde z = +1 Verifier- Returns:
- The Gauss Van der Monde z = +1 Verifier
-
GaussDougallZPlusOne
Construct the Gauss-Dougall z = +1 Verifier- Returns:
- The Gauss-Dougall z = +1 Verifier
-
GaussKummerZMinusOne
Construct the Gauss Kummer z = -1 Verifier- Returns:
- The Gauss Kummer z = -1 Verifier
-
GaussSecondSummationZPlusHalf
Construct the Gauss Second Summation z = 0.5 Verifier- Returns:
- The Gauss Second Summation z = 0.5 Verifier
-
GaussBaileyZPlusHalf
Construct the Gauss Bailey z = +0.5 Verifier- Returns:
- The Gauss Bailey z = +0.5 Verifier
-
FirstGesselStantonKoepf
Construct the First Gessel Stanton Koepf Rational Z Verifier- Returns:
- The First Gessel Stanton Koepf Rational Z Verifier
-
SecondGesselStantonKoepf
Construct the Second Gessel Stanton Koepf Rational Z Verifier- Returns:
- The Second Gessel Stanton Koepf Rational Z Verifier
-
GaussContinuedFractionRecursive
Construct the Gauss Continued Fraction Recursive Verifier- Parameters:
a- Ab- Bc- C- Returns:
- The Gauss Continued Fraction Recursive Verifier
-
IncompleteBeta
Construct the Incomplete Beta Verifier- Parameters:
p- Pq- Q- Returns:
- The Incomplete Beta Verifier
-