Uses of Class
org.drip.specialfunction.definition.HypergeometricParameters
| Package | Description |
|---|---|
| org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
| org.drip.specialfunction.hypergeometric |
Hyper-geometric Function Estimation Schemes
|
-
Uses of HypergeometricParameters in org.drip.specialfunction.definition
Methods in org.drip.specialfunction.definition that return HypergeometricParameters Modifier and Type Method Description HypergeometricParametersHypergeometricEstimator. hypergeometricParameters()Retrieve the Parameters InstanceMethods in org.drip.specialfunction.definition with parameters of type HypergeometricParameters Modifier and Type Method Description abstract RegularHypergeometricEstimatorRegularHypergeometricEstimator. albinate(HypergeometricParameters hypergeometricParametersAlbinate, R1ToR1 valueScaler, R1ToR1 zTransformer)Albinate (i.e., Clone + Mutate) an Instance of Regular Hyper-geometric Estimator -
Uses of HypergeometricParameters in org.drip.specialfunction.hypergeometric
Methods in org.drip.specialfunction.hypergeometric that return HypergeometricParameters Modifier and Type Method Description HypergeometricParametersPochhammerSeriesTerm. hypergeometricParameters()Retrieve the Hyper-geometric ParametersMethods in org.drip.specialfunction.hypergeometric with parameters of type HypergeometricParameters Modifier and Type Method Description RegularHypergeometricEstimatorEulerQuadratureEstimator. albinate(HypergeometricParameters hypergeometricParametersAlbinate, R1ToR1 valueScaler, R1ToR1 zTransformer)static R1ToR1SeriesPochhammerSeries. Create(HypergeometricParameters hypergeometricParameters, int termCount)Construct the R1 To R1 Pochhammer Cumulative Seriesstatic SeriesEstimatorSeriesEstimator. Pochhammer(HypergeometricParameters hypergeometricParameters, int termCount)Compute the Pochhammer Cumulative Series of Hyper-geometric EstimatorConstructors in org.drip.specialfunction.hypergeometric with parameters of type HypergeometricParameters Constructor Description EulerQuadratureEstimator(HypergeometricParameters hypergeometricParameters, R2ToR1 logBetaEstimator, int quadratureCount)EulerQuadratureEstimator ConstructorPochhammerSeriesTerm(HypergeometricParameters hypergeometricParameters)PochhammerSeriesTerm Constructor