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 classAbramowitzStegunSeriesGeneratorAbramowitzStegunSeriesGenerator implements the E2 erf Abramowitz-Stegun Variant of Series Term Generator.classMacLaurinSeriesMacLaurinSeries 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 classR0ToR1SeriesR0ToR1Series generates a Series of Weighted Numerical R0 To R1 Terms.classR1ToR1SeriesR1ToR1Series 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 classOrthogonalPolynomialOrthogonalPolynomial 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 classLowerSFixedSeriesLowerSFixedSeries 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 classASeriesGeneratorASeriesGenerator generates the Terms of the Lanczos A Series.classPSeriesGeneratorPSeriesGenerator generates the Terms of the Lanczos P Series.