Class IncompleteBetaEqualityLemma
java.lang.Object
org.drip.specialfunction.property.IncompleteBetaEqualityLemma
public class IncompleteBetaEqualityLemma
extends java.lang.Object
IncompleteBetaEqualityLemma implements the Equality Lemmas for the Incomplete Beta Estimation. The
References are:
- Abramowitz, M., and I. A. Stegun (2007): Handbook of Mathematics Functions Dover Book on Mathematics
- Davis, P. J. (1959): Leonhard Euler's Integral: A Historical Profile of the Gamma Function American Mathematical Monthly 66 (10) 849-869
- Whitaker, E. T., and G. N. Watson (1996): A Course on Modern Analysis Cambridge University Press New York
- Wikipedia (2019): Beta Function https://en.wikipedia.org/wiki/Beta_function
- Wikipedia (2019): Gamma Function https://en.wikipedia.org/wiki/Gamma_function
- Construct the Identity #1 Verifier
- Construct the Identity #2 Verifier
- Construct the Identity #3 Verifier
- Construct the Identity #4 Verifier
- Construct the Identity #5 Verifier
- Construct the Identity #6 Verifier
- Construct the Identity #7 Verifier
- Construct the Identity #8 Verifier
- Construct the Cumulative Binomial Distribution 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 IncompleteBetaEqualityLemma() -
Method Summary
Modifier and Type Method Description static R3ToR1PropertyCumulativeBinomialDistribution()Construct the Cumulative Binomial Distribution Verifierstatic R2ToR1PropertyIdentity1()Construct the Identity #1 Verifierstatic R2ToR1PropertyIdentity2()Construct the Identity #2 Verifierstatic R2ToR1PropertyIdentity3()Construct the Identity #3 Verifierstatic R2ToR1PropertyIdentity4()Construct the Identity #4 Verifierstatic R3ToR1PropertyIdentity5()Construct the Identity #5 Verifierstatic R3ToR1PropertyIdentity6()Construct the Identity #6 Verifierstatic R3ToR1PropertyIdentity7()Construct the Identity #7 Verifierstatic R3ToR1PropertyIdentity8()Construct the Identity #8 VerifierMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IncompleteBetaEqualityLemma
public IncompleteBetaEqualityLemma()
-
-
Method Details
-
Identity1
Construct the Identity #1 Verifier- Returns:
- The Identity #1 Verifier
-
Identity2
Construct the Identity #2 Verifier- Returns:
- The Identity #2 Verifier
-
Identity3
Construct the Identity #3 Verifier- Returns:
- The Identity #3 Verifier
-
Identity4
Construct the Identity #4 Verifier- Returns:
- The Identity #4 Verifier
-
Identity5
Construct the Identity #5 Verifier- Returns:
- The Identity #5 Verifier
-
Identity6
Construct the Identity #6 Verifier- Returns:
- The Identity #6 Verifier
-
Identity7
Construct the Identity #7 Verifier- Returns:
- The Identity #7 Verifier
-
Identity8
Construct the Identity #8 Verifier- Returns:
- The Identity #8 Verifier
-
CumulativeBinomialDistribution
Construct the Cumulative Binomial Distribution Verifier- Returns:
- The Cumulative Binomial Distribution Verifier
-