Uses of Class
org.drip.specialfunction.incompletegamma.LowerSFixedSeries
Package | Description |
---|---|
org.drip.specialfunction.incompletegamma |
Upper/Lower Incomplete Gamma Functions
|
-
Uses of LowerSFixedSeries in org.drip.specialfunction.incompletegamma
Methods in org.drip.specialfunction.incompletegamma that return LowerSFixedSeries Modifier and Type Method Description static LowerSFixedSeries
LowerSFixedSeries. NIST2019(double s, int termCount)
Construct the R1 To R1 NIST (2019) Limit Seriesstatic LowerSFixedSeries
LowerSFixedSeries. WeierstrassLimit(double s, int termCount)
Construct the R1 To R1 Weierstrass Limit SeriesConstructors in org.drip.specialfunction.incompletegamma with parameters of type LowerSFixedSeries Constructor Description LowerSFixed(LowerSFixedSeries lowerSFixedSeries, DerivativeControl derivativeControl)
LowerSFixed Constructor