Uses of Class
org.drip.numerical.estimation.RkToR1Series
Package | Description |
---|---|
org.drip.function.e2erf |
E2 erf and erf-1 Implementations
|
org.drip.numerical.estimation |
Function Numerical Estimates/Corrections/Bounds
|
org.drip.numerical.quadrature |
R1 Gaussian Integration Quadrature Schemes
|
org.drip.specialfunction.incompletegamma |
Upper/Lower Incomplete Gamma Functions
|
org.drip.specialfunction.lanczos |
Lanczos Scheme for Gamma Estimate
|
-
Uses of RkToR1Series in org.drip.function.e2erf
Subclasses of RkToR1Series in org.drip.function.e2erf Modifier and Type Class Description class
AbramowitzStegunSeriesGenerator
AbramowitzStegunSeriesGenerator implements the E2 erf Abramowitz-Stegun Variant of Series Term Generator.class
MacLaurinSeries
MacLaurinSeries implements the E2 MacLaurin Series Term. -
Uses of RkToR1Series in org.drip.numerical.estimation
Subclasses of RkToR1Series in org.drip.numerical.estimation Modifier and Type Class Description class
R0ToR1Series
R0ToR1Series generates a Series of Weighted Numerical R0 To R1 Terms.class
R1ToR1Series
R1ToR1Series holds the R1 To R1 Expansion Terms in the Ordered Series of the Numerical Estimate for a Function. -
Uses of RkToR1Series in org.drip.numerical.quadrature
Subclasses of RkToR1Series in org.drip.numerical.quadrature Modifier and Type Class Description class
OrthogonalPolynomial
OrthogonalPolynomial implements a Single Basis Orthogonal Polynomial used in the Construction of the Quadrature. -
Uses of RkToR1Series in org.drip.specialfunction.incompletegamma
Subclasses of RkToR1Series in org.drip.specialfunction.incompletegamma Modifier and Type Class Description class
LowerSFixedSeries
LowerSFixedSeries implements Lower Incomplete Gamma Expansion Series. -
Uses of RkToR1Series in org.drip.specialfunction.lanczos
Subclasses of RkToR1Series in org.drip.specialfunction.lanczos Modifier and Type Class Description class
ASeriesGenerator
ASeriesGenerator generates the Terms of the Lanczos A Series.class
PSeriesGenerator
PSeriesGenerator generates the Terms of the Lanczos P Series.