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 classIntegrandEstimatorIntegrandEstimator implements the Beta Function using Integrand Estimation Schemes.classSummationSeriesEstimatorSummationSeriesEstimator implements the Summation Series Based Beta Estimation.Methods in org.drip.specialfunction.beta that return BetaEstimator Modifier and Type Method Description BetaEstimatorIncompleteRegularizedEstimator. betaEstimator()Retrieve the Beta EstimatorConstructors in org.drip.specialfunction.beta with parameters of type BetaEstimator Constructor Description IncompleteRegularizedEstimator(R3ToR1 incompleteBetaEstimator, BetaEstimator betaEstimator)IncompleteRegularizedEstimator Constructor