Uses of Class
org.drip.numerical.estimation.R2ToR1SeriesTerm
| Package | Description |
|---|---|
| org.drip.numerical.estimation |
Function Numerical Estimates/Corrections/Bounds
|
| org.drip.specialfunction.bessel |
Ordered Bessel Function Variant Estimators
|
| org.drip.specialfunction.beta |
Estimation Techniques for Beta Function
|
| org.drip.specialfunction.generator |
Special Function Series Term Generators
|
-
Uses of R2ToR1SeriesTerm in org.drip.numerical.estimation
Methods in org.drip.numerical.estimation that return R2ToR1SeriesTerm Modifier and Type Method Description R2ToR1SeriesTermR2ToR1Series. r1ToR1SeriesTerm()Retrieve the R2 To R1 Series Expansion TermConstructors in org.drip.numerical.estimation with parameters of type R2ToR1SeriesTerm Constructor Description R2ToR1Series(R2ToR1SeriesTerm r2ToR1SeriesTerm, boolean proportional, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap)R2ToR1Series Constructor -
Uses of R2ToR1SeriesTerm in org.drip.specialfunction.bessel
Subclasses of R2ToR1SeriesTerm in org.drip.specialfunction.bessel Modifier and Type Class Description classFirstFrobeniusSeriesTermFirstFrobeniusSeriesTerm implements the Frobenius Series Term for the Cylindrical Bessel Function of the First Kind.classHankelAsymptoteSeriesTermHankelAsymptoteSeriesTerm implements the Large z Asymptotic Series Term used for Modified Bessel Functions.classModifiedFirstFrobeniusSeriesTermModifiedFirstFrobeniusSeriesTerm implements the Frobenius Series Term for the Modified Bessel Function of the First Kind.classSecondNISTSeriesTermSecondNISTSeriesTerm implements the Series Term for the Cylindrical Bessel Function of the Second Kind using the NIST Series. -
Uses of R2ToR1SeriesTerm in org.drip.specialfunction.beta
Methods in org.drip.specialfunction.beta that return R2ToR1SeriesTerm Modifier and Type Method Description static R2ToR1SeriesTermSummationSeriesTerm. AbramowitzStegun2007()Construct the Abramowitz-Stegun (2007) Summation Sum Series Term for Beta -
Uses of R2ToR1SeriesTerm in org.drip.specialfunction.generator
Methods in org.drip.specialfunction.generator that return R2ToR1SeriesTerm Modifier and Type Method Description R2ToR1SeriesTermBesselFirstKindLaurentExpansion. seriesTerm()abstract R2ToR1SeriesTermSeriesExpansion. seriesTerm()Generate the Special Function Series Expansion TermR2ToR1SeriesTermSphericalBesselFirstKindExpansion. seriesTerm()R2ToR1SeriesTermSphericalBesselSecondKindExpansion. seriesTerm()