Uses of Class
org.drip.specialfunction.lanczos.PSeriesGenerator
| Package | Description |
|---|---|
| org.drip.specialfunction.lanczos |
Lanczos Scheme for Gamma Estimate
|
-
Uses of PSeriesGenerator in org.drip.specialfunction.lanczos
Methods in org.drip.specialfunction.lanczos that return PSeriesGenerator Modifier and Type Method Description PSeriesGeneratorASeriesGenerator. pSeriesGenerator()Retrieve the P Series Generatorstatic PSeriesGeneratorPSeriesGenerator. Standard(int g, int termCount)Construct a Standard Instance of the Lanczos P Series GeneratorConstructors in org.drip.specialfunction.lanczos with parameters of type PSeriesGenerator Constructor Description ASeriesGenerator(ASeriesTerm aSeriesTerm, PSeriesGenerator pSeriesGenerator)ASeriesGenerator Constructor