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.e2erf
Methods in org.drip.function.e2erf that return R1Estimate Modifier and Type Method Description R1Estimate
ErrorFunction. seriesEstimateNative(double x)
R1Estimate
ErrorFunctionInverse. seriesEstimateNative(double x)
-
Uses of R1Estimate in org.drip.function.e2erfc
Methods in org.drip.function.e2erfc that return R1Estimate Modifier and Type Method Description R1Estimate
ErrorFunctionComplement. seriesEstimateNative(double x)
-
Uses of R1Estimate in org.drip.function.enerf
Methods in org.drip.function.enerf that return R1Estimate Modifier and Type Method Description R1Estimate
GeneralizedErrorFunction. seriesEstimateNative(double x)
-
Uses of R1Estimate in org.drip.numerical.estimation
Methods in org.drip.numerical.estimation that return R1Estimate Modifier and Type Method Description static R1Estimate
R1Estimate. BaselineOnly(double baseline)
Construct a Base Line Version without BoundsR1Estimate
R1ToR1Estimator. boundedEstimate(double x)
Estimate a Bounded Numerical Approximation of the Function ValueR1Estimate
R2ToR1Estimator. boundedEstimate(double x, double y)
Estimate a Bounded Numerical Approximation of the Function ValueR1Estimate
R1ToR1Estimator. seriesEstimate(double x, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap, R1ToR1Series r1ToR1SeriesGenerator)
Compute the Higher Order Series EstimatesR1Estimate
R2ToR1Estimator. seriesEstimate(double x, double y, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap, R1ToR1Series r1ToR1SeriesGenerator)
Compute the Higher Order Series EstimatesR1Estimate
R1ToR1Estimator. seriesEstimateNative(double x)
Compute the Built-in Higher Order Series EstimatesR1Estimate
R2ToR1Estimator. seriesEstimateNative(double x, double y)
Compute the Built-in Higher Order Series Estimates -
Uses of R1Estimate in org.drip.specialfunction.gamma
Methods in org.drip.specialfunction.gamma that return R1Estimate Modifier and Type Method Description R1Estimate
RamanujanSeries. boundedEstimate(double x)
R1Estimate
RobbinsExtension. boundedEstimate(double x)
R1Estimate
StirlingSeries. boundedEstimate(double x)
R1Estimate
StirlingSeries. laplaceCorrectionEstimate(double x)
Compute the Bounded Function Estimates along with the First Order Laplace CorrectionR1Estimate
StirlingSeries. nemesCorrectionEstimate(double x)
Compute the Bounded Function Estimates along with the Higher Order Nemes Correction -
Uses of R1Estimate in org.drip.specialfunction.incompletegamma
Methods in org.drip.specialfunction.incompletegamma that return R1Estimate Modifier and Type Method Description R1Estimate
LowerSFixed. seriesEstimateNative(double x)
R1Estimate
UpperSFixed. seriesEstimateNative(double x)
-
Uses of R1Estimate in org.drip.specialfunction.lanczos
Methods in org.drip.specialfunction.lanczos that return R1Estimate Modifier and Type Method Description R1Estimate
Estimator. seriesEstimateNative(double x)
-
Uses of R1Estimate in org.drip.specialfunction.loggamma
Methods in org.drip.specialfunction.loggamma that return R1Estimate Modifier and Type Method Description R1Estimate
RamanujanSeriesEstimator. correctionEstimate(double x)
Compute the Bounded Function Estimates along with the Higher Order CorrectionR1Estimate
RaabeSeriesEstimator. invertedRisingExponentialCorrectionEstimate(double x)
Compute the Bounded Function Estimates along with the Higher Order Inverted Rising ExponentialsR1Estimate
StirlingSeriesEstimator. nemesCorrectionEstimate(double x)
Compute the Bounded Function Estimates along with the Higher Order Nemes CorrectionR1Estimate
InfiniteSumEstimator. seriesEstimateNative(double x)