Uses of Interface
org.drip.function.definition.R3ToR1
Package | Description |
---|---|
org.drip.function.definition |
Function Implementation Ancillary Support Objects
|
org.drip.specialfunction.beta |
Estimation Techniques for Beta Function
|
-
Uses of R3ToR1 in org.drip.function.definition
Methods in org.drip.function.definition that return R3ToR1 Modifier and Type Method Description R3ToR1
R3ToR1Property. r3ToR1Left()
Retrieve the Left R3 To R1 FunctionR3ToR1
R3ToR1Property. r3ToR1Right()
Retrieve the Right R3 To R1 FunctionConstructors in org.drip.function.definition with parameters of type R3ToR1 Constructor Description R3ToR1Property(java.lang.String type, R3ToR1 r3ToR1Left, R3ToR1 r3ToR1Right, double mismatchTolerance)
R3ToR1Property Constructor -
Uses of R3ToR1 in org.drip.specialfunction.beta
Classes in org.drip.specialfunction.beta that implement R3ToR1 Modifier and Type Class Description class
IncompleteIntegrandEstimator
IncompleteIntegrandEstimator implements the Incomplete Beta Function using Integrand Estimation Schemes.class
IncompleteRegularizedEstimator
IncompleteRegularizedEstimator implements the Regularized Incomplete Beta Function Estimator.Methods in org.drip.specialfunction.beta that return R3ToR1 Modifier and Type Method Description R3ToR1
IncompleteRegularizedEstimator. incompleteBetaEstimator()
Retrieve the Incomplete Beta EstimatorConstructors in org.drip.specialfunction.beta with parameters of type R3ToR1 Constructor Description IncompleteRegularizedEstimator(R3ToR1 incompleteBetaEstimator, BetaEstimator betaEstimator)
IncompleteRegularizedEstimator Constructor