Uses of Class
org.drip.numerical.estimation.R1ToR1SeriesTerm
| 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.digamma |
Estimation Techniques for Digamma Function
|
| org.drip.specialfunction.hypergeometric |
Hyper-geometric Function Estimation Schemes
|
| 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
|
| org.drip.specialfunction.scaledexponential |
Scaled Exponential Function Implementation Distribution
|
-
Uses of R1ToR1SeriesTerm in org.drip.function.e2erf
Subclasses of R1ToR1SeriesTerm in org.drip.function.e2erf Modifier and Type Class Description classMacLaurinSeriesTermMacLaurinSeriesTerm implements the E2 MacLaurin Series Term.Methods in org.drip.function.e2erf that return R1ToR1SeriesTerm Modifier and Type Method Description static R1ToR1SeriesTermHansHeinrichBurmannTerm. Convergent()Generate the Convergent Version of E2 erf Hans-Heinrich-Burmann Series Termstatic R1ToR1SeriesTermHansHeinrichBurmannTerm. SchopfSupancic2014()Generate the Schopf-Supancic (2014) Version of E2 erf Hans-Heinrich-Burmann Series TermConstructors in org.drip.function.e2erf with parameters of type R1ToR1SeriesTerm Constructor Description AbramowitzStegunSeriesGenerator(R1ToR1SeriesTerm r1ToR1SeriesTerm, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap)AbramowitzStegunSeriesGenerator Constructor -
Uses of R1ToR1SeriesTerm in org.drip.function.e2erfc
Methods in org.drip.function.e2erfc that return R1ToR1SeriesTerm Modifier and Type Method Description static R1ToR1SeriesTermAsymptoticExpansion. SeriesTerm()Construct the Asymptotic Version of Error Function Complement Series Termstatic R1ToR1SeriesTermInverseFactorialExpansion. SeriesTerm()Construct the Inverse Factorial Version of Error Function Complement Series Term -
Uses of R1ToR1SeriesTerm in org.drip.function.enerf
Subclasses of R1ToR1SeriesTerm in org.drip.function.enerf Modifier and Type Class Description classGeneralizedMacLaurinSeriesTermGeneralizedMacLaurinSeriesTerm implements the Generalized En Error Function MacLaurin Series Term. -
Uses of R1ToR1SeriesTerm in org.drip.numerical.estimation
Methods in org.drip.numerical.estimation that return R1ToR1SeriesTerm Modifier and Type Method Description static R1ToR1SeriesTermR1ToR1SeriesTerm. Asymptotic()Construct the Asymptotic Series Expansion Termstatic R1ToR1SeriesTermR1ToR1SeriesTerm. InvertedRisingExponential()Construct the Inverted Rising Exponential Series Expansion TermR1ToR1SeriesTermR1ToR1Series. r1ToR1SeriesTerm()Retrieve the R1 To R1 Series Expansion Termstatic R1ToR1SeriesTermR1ToR1SeriesTerm. Taylor()Construct the Taylor Series Expansion TermConstructors in org.drip.numerical.estimation with parameters of type R1ToR1SeriesTerm Constructor Description R1ToR1Series(R1ToR1SeriesTerm r1ToR1SeriesTerm, boolean proportional, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap)R1ToR1Series Constructor -
Uses of R1ToR1SeriesTerm in org.drip.specialfunction.digamma
Methods in org.drip.specialfunction.digamma that return R1ToR1SeriesTerm Modifier and Type Method Description static R1ToR1SeriesTermCumulativeSeriesTerm. AbramowitzStegun2007()Construct the Abramowitz-Stegun (2007) Cumulative Sum Series Term for DiGammastatic R1ToR1SeriesTermCumulativeSeriesTerm. Asymptotic()Construct the Asymptotic Cumulative Sum Series Term for DiGammastatic R1ToR1SeriesTermCumulativeSeriesTerm. ExponentialAsymptote()Construct the Asymptotic Cumulative Sum Series Term for exp (-diGamma)static R1ToR1SeriesTermCumulativeSeriesTerm. ExponentialAsymptoteHalfShifted()Construct the Asymptotic Cumulative Sum Series Term for exp (diGamma + 0.5)static R1ToR1SeriesTermCumulativeSeriesTerm. Gauss(int termCount)Construct the Gauss Cumulative Sum Series Term for DiGammastatic R1ToR1SeriesTermCumulativeSeriesTerm. MezoHoffman2017(double[] saddlePointArray)Construct the Mezo-Hoffman (2017) Cumulative Sum Series Term for DiGammastatic R1ToR1SeriesTermCumulativeSeriesTerm. NewtonStern()Construct the Newton-Stern Series Term for Digammastatic R1ToR1SeriesTermCumulativeSeriesTerm. TaylorRiemannZeta(R1ToR1 riemannZetaEstimator)Construct the Taylor-Riemann Zeta Series Term for Digamma -
Uses of R1ToR1SeriesTerm in org.drip.specialfunction.hypergeometric
Subclasses of R1ToR1SeriesTerm in org.drip.specialfunction.hypergeometric Modifier and Type Class Description classPochhammerSeriesTermPochhammerSeriesTerm refers to a Single Series Term in the Pochhammer Series Expansion of the Hyper-geometric Function. -
Uses of R1ToR1SeriesTerm in org.drip.specialfunction.incompletegamma
Methods in org.drip.specialfunction.incompletegamma that return R1ToR1SeriesTerm Modifier and Type Method Description static R1ToR1SeriesTermLowerSFixedSeriesTerm. NIST2019(double s, double logGammaS)Construct the NIST (2019) Limit Version of the Lower S Fixed Termstatic R1ToR1SeriesTermUpperSFixedSeriesTerm. NIST2019()Construct the NIST (2019) Limit Version of the Upper s = 0 Termstatic R1ToR1SeriesTermUpperSFixedSeriesTerm. NIST2019(int n)Construct the NIST (2019) Limit Version of the Upper s = -n Termstatic R1ToR1SeriesTermLowerSFixedSeriesTerm. WeierstrassLimit(double s)Construct the Weierstrass Limit Version of the Lower S Fixed Termstatic R1ToR1SeriesTermUpperSFixedSeriesTerm. Weisstein(int s)Construct the Weisstein Version of the Upper s .gt.Constructors in org.drip.specialfunction.incompletegamma with parameters of type R1ToR1SeriesTerm Constructor Description LowerSFixedSeries(R1ToR1SeriesTerm r1ToR1SeriesTerm, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap, double s, double logGammaS)LowerSFixedSeries Constructor -
Uses of R1ToR1SeriesTerm in org.drip.specialfunction.lanczos
Subclasses of R1ToR1SeriesTerm in org.drip.specialfunction.lanczos Modifier and Type Class Description classASeriesTermASeriesTerm holds a Single Term of the Lanczos A Series. -
Uses of R1ToR1SeriesTerm in org.drip.specialfunction.loggamma
Methods in org.drip.specialfunction.loggamma that return R1ToR1SeriesTerm Modifier and Type Method Description static R1ToR1SeriesTermInfiniteSumSeriesTerm. Blagouchine2015()Construct the Blagouchine (2015) Series Term for Log Gammastatic R1ToR1SeriesTermInfiniteSumSeriesTerm. Euler()Construct the Euler Infinite Sum Series Term for Log Gammastatic R1ToR1SeriesTermInfiniteSumSeriesTerm. Fourier()Construct the Malmsten-Blagouchine Fourier Series Term for Log Gammastatic R1ToR1SeriesTermInfiniteSumSeriesTerm. Weierstrass()Construct the Weierstrass Infinite Sum Series Term for Log Gamma -
Uses of R1ToR1SeriesTerm in org.drip.specialfunction.scaledexponential
Subclasses of R1ToR1SeriesTerm in org.drip.specialfunction.scaledexponential Modifier and Type Class Description classRelaxationTimeDistributionSeriesTermRelaxationTimeDistributionSeriesTerm implements the Series Term in the Expansion of the Relaxation Time Distribution Function.