Uses of Class
org.drip.specialfunction.beta.IntegrandEstimator
Package | Description |
---|---|
org.drip.specialfunction.beta |
Estimation Techniques for Beta Function
|
-
Uses of IntegrandEstimator in org.drip.specialfunction.beta
Methods in org.drip.specialfunction.beta that return IntegrandEstimator Modifier and Type Method Description static IntegrandEstimator
IntegrandEstimator. EulerFirst(int quadratureCount)
Construct the Beta Estimator from the Euler Integral of the First Kindstatic IntegrandEstimator
IntegrandEstimator. EulerFirstN(int quadratureCount, double exponent)
Construct the Beta Estimator from the Euler Integral of the First Kind Exponent Nstatic IntegrandEstimator
IntegrandEstimator. EulerFirstRightPlane(int quadratureCount)
Construct the Beta Estimator from the Euler Integral of the First Kind over the Right Half Planestatic IntegrandEstimator
IntegrandEstimator. Trigonometric(int quadratureCount)
Construct the Beta Estimator from the Trigonometric Integral