Uses of Class
org.drip.numerical.differentiation.DerivativeControl
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.function.r1tor1trigonometric |
Built-in R1 To R1 Trigonometric Functions
|
org.drip.numerical.estimation |
Function Numerical Estimates/Corrections/Bounds
|
org.drip.numerical.laplacian |
Laplace Transform - Quadrature Based Evaluation
|
org.drip.specialfunction.derived |
Special Functions Derived using Others
|
org.drip.specialfunction.digamma |
Estimation Techniques for Digamma Function
|
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 DerivativeControl in org.drip.function.e2erf
Constructors in org.drip.function.e2erf with parameters of type DerivativeControl Constructor Description AbramowitzStegun(AbramowitzStegunSeriesGenerator abramowitzStegunSeriesGenerator, DerivativeControl dc, double maximumError)
E2AbramowitzStegun ConstructorErrorFunction(R1ToR1Series r1ToR1SeriesGenerator, DerivativeControl dc)
ErrorFunction Constructor -
Uses of DerivativeControl in org.drip.function.e2erfc
Constructors in org.drip.function.e2erfc with parameters of type DerivativeControl Constructor Description ErrorFunctionComplement(R1ToR1Series r1ToR1SeriesGenerator, DerivativeControl dc)
ErrorFunctionComplement Constructor -
Uses of DerivativeControl in org.drip.function.enerf
Constructors in org.drip.function.enerf with parameters of type DerivativeControl Constructor Description E0ErrorFunction(DerivativeControl dc)
E0 Error Function ConstructorE1ErrorFunction(DerivativeControl dc)
E1 Error Function Constructor -
Uses of DerivativeControl in org.drip.function.r1tor1trigonometric
Constructors in org.drip.function.r1tor1trigonometric with parameters of type DerivativeControl Constructor Description Sinc(DerivativeControl dc)
Sinc Constructor -
Uses of DerivativeControl in org.drip.numerical.estimation
Constructors in org.drip.numerical.estimation with parameters of type DerivativeControl Constructor Description R1ToR1Estimator(DerivativeControl dc)
R1 - R1 Estimator ConstructorR1ToR1IntegrandEstimator(DerivativeControl dc, R1ToR1IntegrandGenerator integrandGenerator, int limitsSetting, double integrandScale, R1ToR1Estimator integrandOffset)
R1ToR1IntegrandEstimator Constructor -
Uses of DerivativeControl in org.drip.numerical.laplacian
Constructors in org.drip.numerical.laplacian with parameters of type DerivativeControl Constructor Description LaplaceTransformGaussLegendre(DerivativeControl dc, R1ToR1 signalFunction)
LaplaceTransformGaussLegendre Constructor -
Uses of DerivativeControl in org.drip.specialfunction.derived
Constructors in org.drip.specialfunction.derived with parameters of type DerivativeControl Constructor Description PowerSourceExponentialDecay(DerivativeControl derivativeControl, double sourcePowerCoefficient)
PowerSourceExponentialDecay ConstructorRiemannZeta(DerivativeControl derivativeControl, R1ToR1 gammaEstimator)
RiemannZeta ConstructorStretchedExponentialMoment(DerivativeControl derivativeControl, double tau, double beta)
StretchedExponentialMoment Constructor -
Uses of DerivativeControl in org.drip.specialfunction.digamma
Constructors in org.drip.specialfunction.digamma with parameters of type DerivativeControl Constructor Description BinetFirstIntegral(DerivativeControl derivativeControl)
BinetFirstIntegral Constructor -
Uses of DerivativeControl in org.drip.specialfunction.gamma
Constructors in org.drip.specialfunction.gamma with parameters of type DerivativeControl Constructor Description EulerIntegralSecondKind(DerivativeControl derivativeControl)
EulerIntegralSecondKind ConstructorFirstDerivative(DerivativeControl derivativeControl)
FirstDerivative ConstructorLogReciprocal(DerivativeControl derivativeControl)
LogReciprocal ConstructorNemesAnalytic(DerivativeControl derivativeControl)
NemesAnalytic ConstructorRamanujanSeries(DerivativeControl derivativeControl)
RamanujanSeries ConstructorRobbinsExtension(DerivativeControl derivativeControl)
RobbinsExtension ConstructorStirlingSeries(DerivativeControl derivativeControl)
StirlingSeries ConstructorWindschitlTothAnalytic(DerivativeControl derivativeControl)
WindschitlTothAnalytic Constructor -
Uses of DerivativeControl in org.drip.specialfunction.incompletegamma
Constructors in org.drip.specialfunction.incompletegamma with parameters of type DerivativeControl Constructor Description LowerEulerIntegral(DerivativeControl derivativeControl, double limit)
LowerEulerIntegral ConstructorLowerLimitPowerIntegrand(DerivativeControl derivativeControl, double s, double limitExponent)
LowerLimitPowerIntegrand ConstructorLowerSFixed(LowerSFixedSeries lowerSFixedSeries, DerivativeControl derivativeControl)
LowerSFixed ConstructorUpperEulerIntegral(DerivativeControl derivativeControl, double limit)
UpperEulerIntegral ConstructorUpperLimitPowerIntegrand(DerivativeControl derivativeControl, double s, double limitExponent)
UpperLimitPowerIntegrand Constructor -
Uses of DerivativeControl in org.drip.specialfunction.lanczos
Constructors in org.drip.specialfunction.lanczos with parameters of type DerivativeControl Constructor Description Estimator(ASeriesGenerator aSeriesGenerator, DerivativeControl derivativeControl)
Estimator Constructor -
Uses of DerivativeControl in org.drip.specialfunction.loggamma
Constructors in org.drip.specialfunction.loggamma with parameters of type DerivativeControl Constructor Description BinetIntegralFirstKindEstimator(DerivativeControl derivativeControl)
BinetIntegralFirstKindEstimator ConstructorBinetIntegralSecondKindEstimator(DerivativeControl derivativeControl)
BinetIntegralSecondKindEstimator ConstructorNemesAnalyticEstimator(DerivativeControl derivativeControl)
NemesAnalyticEstimator ConstructorRaabeSeriesEstimator(DerivativeControl derivativeControl)
RaabeSeriesEstimator ConstructorRamanujanSeriesEstimator(DerivativeControl derivativeControl)
RamanujanSeriesEstimator ConstructorStirlingSeriesEstimator(DerivativeControl derivativeControl)
StirlingSeriesEstimator ConstructorWindschitlTothAnalyticEstimator(DerivativeControl derivativeControl)
WindschitlTothAnalyticEstimator Constructor