Uses of Class
org.drip.numerical.estimation.R1Estimate
| 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.gamma | Analytic/Series/Integral Gamma Estimators | 
| 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 R1Estimate in org.drip.function.e2erfMethods in org.drip.function.e2erf that return R1Estimate Modifier and Type Method Description R1EstimateErrorFunction. seriesEstimateNative(double x)R1EstimateErrorFunctionInverse. seriesEstimateNative(double x)
- 
Uses of R1Estimate in org.drip.function.e2erfcMethods in org.drip.function.e2erfc that return R1Estimate Modifier and Type Method Description R1EstimateErrorFunctionComplement. seriesEstimateNative(double x)
- 
Uses of R1Estimate in org.drip.function.enerfMethods in org.drip.function.enerf that return R1Estimate Modifier and Type Method Description R1EstimateGeneralizedErrorFunction. seriesEstimateNative(double x)
- 
Uses of R1Estimate in org.drip.numerical.estimationMethods in org.drip.numerical.estimation that return R1Estimate Modifier and Type Method Description static R1EstimateR1Estimate. BaselineOnly(double baseline)Construct a Base Line Version without BoundsR1EstimateR1ToR1Estimator. boundedEstimate(double x)Estimate a Bounded Numerical Approximation of the Function ValueR1EstimateR2ToR1Estimator. boundedEstimate(double x, double y)Estimate a Bounded Numerical Approximation of the Function ValueR1EstimateR1ToR1Estimator. seriesEstimate(double x, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap, R1ToR1Series r1ToR1SeriesGenerator)Compute the Higher Order Series EstimatesR1EstimateR2ToR1Estimator. seriesEstimate(double x, double y, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap, R1ToR1Series r1ToR1SeriesGenerator)Compute the Higher Order Series EstimatesR1EstimateR1ToR1Estimator. seriesEstimateNative(double x)Compute the Built-in Higher Order Series EstimatesR1EstimateR2ToR1Estimator. seriesEstimateNative(double x, double y)Compute the Built-in Higher Order Series Estimates
- 
Uses of R1Estimate in org.drip.specialfunction.gammaMethods in org.drip.specialfunction.gamma that return R1Estimate Modifier and Type Method Description R1EstimateRamanujanSeries. boundedEstimate(double x)R1EstimateRobbinsExtension. boundedEstimate(double x)R1EstimateStirlingSeries. boundedEstimate(double x)R1EstimateStirlingSeries. laplaceCorrectionEstimate(double x)Compute the Bounded Function Estimates along with the First Order Laplace CorrectionR1EstimateStirlingSeries. nemesCorrectionEstimate(double x)Compute the Bounded Function Estimates along with the Higher Order Nemes Correction
- 
Uses of R1Estimate in org.drip.specialfunction.incompletegammaMethods in org.drip.specialfunction.incompletegamma that return R1Estimate Modifier and Type Method Description R1EstimateLowerSFixed. seriesEstimateNative(double x)R1EstimateUpperSFixed. seriesEstimateNative(double x)
- 
Uses of R1Estimate in org.drip.specialfunction.lanczosMethods in org.drip.specialfunction.lanczos that return R1Estimate Modifier and Type Method Description R1EstimateEstimator. seriesEstimateNative(double x)
- 
Uses of R1Estimate in org.drip.specialfunction.loggammaMethods in org.drip.specialfunction.loggamma that return R1Estimate Modifier and Type Method Description R1EstimateRamanujanSeriesEstimator. correctionEstimate(double x)Compute the Bounded Function Estimates along with the Higher Order CorrectionR1EstimateRaabeSeriesEstimator. invertedRisingExponentialCorrectionEstimate(double x)Compute the Bounded Function Estimates along with the Higher Order Inverted Rising ExponentialsR1EstimateStirlingSeriesEstimator. nemesCorrectionEstimate(double x)Compute the Bounded Function Estimates along with the Higher Order Nemes CorrectionR1EstimateInfiniteSumEstimator. seriesEstimateNative(double x)