Uses of Class
org.drip.specialfunction.lanczos.ASeriesGenerator
Package | Description |
---|---|
org.drip.specialfunction.lanczos |
Lanczos Scheme for Gamma Estimate
|
-
Uses of ASeriesGenerator in org.drip.specialfunction.lanczos
Methods in org.drip.specialfunction.lanczos that return ASeriesGenerator Modifier and Type Method Description ASeriesGenerator
Estimator. aSeriesGenerator()
Retrieve the A Series Generatorstatic ASeriesGenerator
ASeriesGenerator. Standard(int g, int termCount)
Construct the Standard ASeriesGenerator InstanceConstructors in org.drip.specialfunction.lanczos with parameters of type ASeriesGenerator Constructor Description Estimator(ASeriesGenerator aSeriesGenerator, DerivativeControl derivativeControl)
Estimator Constructor