Uses of Class
org.drip.specialfunction.definition.BetaEstimator
Package | Description |
---|---|
org.drip.specialfunction.beta |
Estimation Techniques for Beta Function
|
-
Uses of BetaEstimator in org.drip.specialfunction.beta
Subclasses of BetaEstimator in org.drip.specialfunction.beta Modifier and Type Class Description class
IntegrandEstimator
IntegrandEstimator implements the Beta Function using Integrand Estimation Schemes.class
SummationSeriesEstimator
SummationSeriesEstimator implements the Summation Series Based Beta Estimation.Methods in org.drip.specialfunction.beta that return BetaEstimator Modifier and Type Method Description BetaEstimator
IncompleteRegularizedEstimator. betaEstimator()
Retrieve the Beta EstimatorConstructors in org.drip.specialfunction.beta with parameters of type BetaEstimator Constructor Description IncompleteRegularizedEstimator(R3ToR1 incompleteBetaEstimator, BetaEstimator betaEstimator)
IncompleteRegularizedEstimator Constructor