Uses of Class
org.drip.specialfunction.digamma.CumulativeSeriesEstimator
Package | Description |
---|---|
org.drip.specialfunction.digamma |
Estimation Techniques for Digamma Function
|
-
Uses of CumulativeSeriesEstimator in org.drip.specialfunction.digamma
Methods in org.drip.specialfunction.digamma that return CumulativeSeriesEstimator Modifier and Type Method Description static CumulativeSeriesEstimator
CumulativeSeriesEstimator. AbramowitzStegun2007(int termCount)
Compute the Abramowitz-Stegun (2007) Cumulative Series of Digamma Estimatorstatic CumulativeSeriesEstimator
CumulativeSeriesEstimator. Asymptotic()
Compute the Asymptotic Cumulative Series of Digamma Estimatorstatic CumulativeSeriesEstimator
CumulativeSeriesEstimator. ExponentialAsymptote()
Compute the Exponential Asymptotic Cumulative Series of Digamma Estimatorstatic CumulativeSeriesEstimator
CumulativeSeriesEstimator. ExponentialAsymptoteHalfShifted()
Compute the Exponential Asymptotic Cumulative Series of Digamma + 0.5 Estimatorstatic CumulativeSeriesEstimator
CumulativeSeriesEstimator. Gauss(int termCount)
Compute the Gauss Cumulative Series of Digamma Estimatorstatic CumulativeSeriesEstimator
CumulativeSeriesEstimator. HalfInteger()
Compute the Half-Integer Cumulative Series of Digamma Estimatorstatic CumulativeSeriesEstimator
CumulativeSeriesEstimator. Harmonic()
Compute the Harmonic Cumulative Series of Digamma Estimatorstatic CumulativeSeriesEstimator
CumulativeSeriesEstimator. MezoHoffman2017(R1ToR1 logGammaEstimator, R1ToR1 saddlePointFunction, int saddlePointCount)
Compute the Saddle-Point Cumulative Series of Digamma Estimatorstatic CumulativeSeriesEstimator
CumulativeSeriesEstimator. TaylorRiemannZeta(R1ToR1 riemannZetaEstimator, int termCount)
Compute the Taylor-Riemann Zeta Cumulative Series of Digamma Estimator