Uses of Interface
org.drip.numerical.estimation.R0ToR1SeriesTerm
Package | Description |
---|---|
org.drip.numerical.estimation |
Function Numerical Estimates/Corrections/Bounds
|
org.drip.specialfunction.lanczos |
Lanczos Scheme for Gamma Estimate
|
-
Uses of R0ToR1SeriesTerm in org.drip.numerical.estimation
Methods in org.drip.numerical.estimation that return R0ToR1SeriesTerm Modifier and Type Method Description R0ToR1SeriesTerm
R0ToR1Series. r0Tor1SeriesTerm()
Retrieve the R0 To R1 Series TermConstructors in org.drip.numerical.estimation with parameters of type R0ToR1SeriesTerm Constructor Description R0ToR1Series(R0ToR1SeriesTerm r0Tor1SeriesTerm, boolean proportional, java.util.TreeMap<java.lang.Integer,java.lang.Double> termWeightMap, boolean cumulative)
R0ToR1Series Constructor -
Uses of R0ToR1SeriesTerm in org.drip.specialfunction.lanczos
Classes in org.drip.specialfunction.lanczos that implement R0ToR1SeriesTerm Modifier and Type Class Description class
PSeriesTerm
PSeriesTerm holds a Single Term of the Lanczos P Series.