Uses of Class
org.drip.numerical.estimation.R1ToR1Estimator
Package | Description |
---|---|
org.drip.function.e2erf |
E2 erf and erf-1 Implementations
|
org.drip.function.e2erfc |
E2 erfc Estimation Function Implementation
|
org.drip.function.enerf |
En erf Series and Generators
|
org.drip.numerical.estimation |
Function Numerical Estimates/Corrections/Bounds
|
org.drip.specialfunction.digamma |
Estimation Techniques for Digamma Function
|
org.drip.specialfunction.gamma |
Analytic/Series/Integral Gamma Estimators
|
org.drip.specialfunction.hypergeometric |
Hyper-geometric Function Estimation Schemes
|
org.drip.specialfunction.incompletegamma |
Upper/Lower Incomplete Gamma Functions
|
org.drip.specialfunction.lanczos |
Lanczos Scheme for Gamma Estimate
|
org.drip.specialfunction.loggamma |
Analytic/Series/Integral Log Gamma Estimators
|
-
Uses of R1ToR1Estimator in org.drip.function.e2erf
Subclasses of R1ToR1Estimator in org.drip.function.e2erf Modifier and Type Class Description class
AbramowitzStegun
AbramowitzStegun implements the E2 (erf) Estimator using Abramowitz-Stegun Scheme.class
ErrorFunction
ErrorFunction implements the E2 Error Function (erf).class
ErrorFunctionInverse
ErrorFunctionInverse implements the E2 erf Inverse erf-1. -
Uses of R1ToR1Estimator in org.drip.function.e2erfc
Subclasses of R1ToR1Estimator in org.drip.function.e2erfc Modifier and Type Class Description class
ErrorFunctionComplement
ErrorFunctionComplement implements the Error Function Complement (erfc).class
ErrorFunctionComplementInverse
ErrorFunctionComplementInverse implements the Error Function Complement Inverse erfc-1. -
Uses of R1ToR1Estimator in org.drip.function.enerf
Subclasses of R1ToR1Estimator in org.drip.function.enerf Modifier and Type Class Description class
E0ErrorFunction
E0ErrorFunction implements the E0 Error Function (erf).class
E1ErrorFunction
E1ErrorFunction implements the E1 Error Function (erf).class
GeneralizedErrorFunction
GeneralizedErrorFunction implements the Generalized En Error Function (erf). -
Uses of R1ToR1Estimator in org.drip.numerical.estimation
Subclasses of R1ToR1Estimator in org.drip.numerical.estimation Modifier and Type Class Description class
R1ToR1IntegrandEstimator
R1ToR1IntegrandEstimator exposes the Stubs behind the Integrand Based R1 - R1 Approximate Numerical Estimators.class
R1ToR1IntegrandLimitEstimator
R1ToR1IntegrandLimitEstimator exposes the Stubs behind the Integrand Based R1 - R1 Approximate Numerical Estimators with the Limits as the Variate.Methods in org.drip.numerical.estimation that return R1ToR1Estimator Modifier and Type Method Description R1ToR1Estimator
R1ToR1IntegrandGenerator. integrand(double z)
Generate the R1 - R1 Integrand given the Parametric VariableR1ToR1Estimator
R1ToR1IntegrandEstimator. integrandOffset()
Retrieve the Integrand OffsetConstructors in org.drip.numerical.estimation with parameters of type R1ToR1Estimator Constructor Description R1ToR1IntegrandEstimator(DerivativeControl dc, R1ToR1IntegrandGenerator integrandGenerator, int limitsSetting, double integrandScale, R1ToR1Estimator integrandOffset)
R1ToR1IntegrandEstimator Constructor -
Uses of R1ToR1Estimator in org.drip.specialfunction.digamma
Subclasses of R1ToR1Estimator in org.drip.specialfunction.digamma Modifier and Type Class Description class
CumulativeSeriesEstimator
CumulativeSeriesEstimator implements the Cumulative Series Based Digamma Estimation. -
Uses of R1ToR1Estimator in org.drip.specialfunction.gamma
Subclasses of R1ToR1Estimator in org.drip.specialfunction.gamma Modifier and Type Class Description class
NemesAnalytic
NemesAnalytic implements the Nemes Analytic Estimate of the Gamma Function.class
RamanujanSeries
RamanujanSeries implements the Ramanujan Series Version of the Gamma Function Approximation.class
RobbinsExtension
RobbinsExtension implements the Robbins (1955) Extension of the Stirling's Approximation of the Gamma Function.class
StirlingSeries
StirlingSeries implements the Stirling's Series Approximation of the Gamma Functions.class
WindschitlTothAnalytic
WindschitlTothAnalytic implements the Windschitl-Toth Analytic Approximation of the Gamma Function. -
Uses of R1ToR1Estimator in org.drip.specialfunction.hypergeometric
Subclasses of R1ToR1Estimator in org.drip.specialfunction.hypergeometric Modifier and Type Class Description class
SeriesEstimator
SeriesEstimator estimates the 2F1 Hyper-geometric Function using a Series Expansion. -
Uses of R1ToR1Estimator in org.drip.specialfunction.incompletegamma
Subclasses of R1ToR1Estimator in org.drip.specialfunction.incompletegamma Modifier and Type Class Description class
LowerSFixed
LowerSFixed implements the Lower Incomplete Gamma Function using Power Series for a Fixed s.class
UpperSFixed
UpperSFixed implements the Upper Incomplete Gamma Function using the Power Expansion Series, starting with s = 0 if Recurrence is employed. -
Uses of R1ToR1Estimator in org.drip.specialfunction.lanczos
Subclasses of R1ToR1Estimator in org.drip.specialfunction.lanczos Modifier and Type Class Description class
Estimator
Estimator implements the Lanczos Gamma Function Estimation Scheme. -
Uses of R1ToR1Estimator in org.drip.specialfunction.loggamma
Subclasses of R1ToR1Estimator in org.drip.specialfunction.loggamma Modifier and Type Class Description class
InfiniteSumEstimator
InfiniteSumEstimator estimates Log Gamma using the Infinite Series Infinite Sum.class
NemesAnalyticEstimator
NemesAnalyticEstimator implements the Nemes Analytic Version of the Log Gamma Function.class
RaabeSeriesEstimator
RaabeSeriesEstimator implements the Raabe Series Version of Log Gamma Function.class
RamanujanSeriesEstimator
RamanujanSeriesEstimator implements the Ramanujan Series Log Gamma Estimation.class
StirlingSeriesEstimator
StirlingSeriesEstimator implements the Stirling's Series Approximation of the Gamma Function.class
WindschitlTothAnalyticEstimator
WindschitlTothAnalyticEstimator implements the Windschitl-Toth Version of Log Gamma Estimator.