Uses of Class
org.drip.specialfunction.definition.BesselFirstKindEstimator
| Package | Description |
|---|---|
| org.drip.specialfunction.bessel |
Ordered Bessel Function Variant Estimators
|
| org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
| org.drip.specialfunction.generator |
Special Function Series Term Generators
|
| org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of BesselFirstKindEstimator in org.drip.specialfunction.bessel
Subclasses of BesselFirstKindEstimator in org.drip.specialfunction.bessel Modifier and Type Class Description classFirstFrobeniusSeriesEstimatorFirstFrobeniusSeriesEstimator implements the Frobenius Series Estimator for the Cylindrical Bessel Function of the First Kind.classFirstSchlafliIntegralEstimatorFirstSchlafliIntegralEstimator implements the Integral Estimator for the Cylindrical Bessel Function of the First Kind.Methods in org.drip.specialfunction.bessel that return BesselFirstKindEstimator Modifier and Type Method Description BesselFirstKindEstimatorRiccatiSEstimator. besselFirstKindEstimator()Retrieve the Bessel Function First KindBesselFirstKindEstimatorSecondNISTSeriesEstimator. besselFirstKindEstimator()Retrieve the Bessel Function First Kind EstimatorBesselFirstKindEstimatorSecondWeberEstimator. besselFirstKindEstimator()Retrieve the Bessel Function First Kind EstimatorBesselFirstKindEstimatorSphericalFirstEstimator. besselFirstKindEstimator()Retrieve the Bessel Function First Kind EstimatorMethods in org.drip.specialfunction.bessel with parameters of type BesselFirstKindEstimator Modifier and Type Method Description static SecondNISTSeriesEstimatorSecondNISTSeriesEstimator. Standard(R1ToR1 digammaEstimator, R1ToR1 gammaEstimator, BesselFirstKindEstimator besselFirstKindEstimator, int termCount)Construct a Standard Instance of SecondNISTSeriesEstimatorConstructors in org.drip.specialfunction.bessel with parameters of type BesselFirstKindEstimator Constructor Description RiccatiSEstimator(BesselFirstKindEstimator besselFirstKindEstimator)RiccatiSEstimator ConstructorSecondWeberEstimator(BesselFirstKindEstimator besselFirstKindEstimator)SecondWeberEstimator ConstructorSphericalFirstEstimator(BesselFirstKindEstimator besselFirstKindEstimator)SphericalFirstEstimator Constructor -
Uses of BesselFirstKindEstimator in org.drip.specialfunction.definition
Methods in org.drip.specialfunction.definition that return BesselFirstKindEstimator Modifier and Type Method Description static BesselFirstKindEstimatorBesselFirstKindEstimator. AlphaNegativeIntegerAsymptote(R1ToR1 gammaEstimator)Construct the Alpha Negative Integer Asymptotic Version of BesselFirstKindEstimatorstatic BesselFirstKindEstimatorBesselFirstKindEstimator. AlphaPositiveIntegerOrZeroAsymptote(R1ToR1 gammaEstimator)Construct the Alpha Positive Integer or Zero Asymptotic Version of BesselFirstKindEstimatorstatic BesselFirstKindEstimatorBesselFirstKindEstimator. AlphaZeroApproximate()Construct the Approximate Zero Alpha Bessel Estimator of the First Kindstatic BesselFirstKindEstimatorBesselFirstKindEstimator. AlphaZeroNegativeZAsymptote()Construct the Alpha = 0 Negative z Asymptotic Version of BesselFirstKindEstimatorstatic BesselFirstKindEstimatorBesselFirstKindEstimator. HighZAsymptote()Construct the High z Asymptotic Version of BesselFirstKindEstimator -
Uses of BesselFirstKindEstimator in org.drip.specialfunction.generator
Methods in org.drip.specialfunction.generator that return BesselFirstKindEstimator Modifier and Type Method Description BesselFirstKindEstimatorBesselFirstKindLaurentExpansion. besselFirstKindEstimator()Retrieve the Bessel First Kind Function EstimatorConstructors in org.drip.specialfunction.generator with parameters of type BesselFirstKindEstimator Constructor Description BesselFirstKindLaurentExpansion(BesselFirstKindEstimator besselFirstKindEstimator)BesselFirstKindLaurentExpansion Constructor -
Uses of BesselFirstKindEstimator in org.drip.specialfunction.hankel
Methods in org.drip.specialfunction.hankel that return BesselFirstKindEstimator Modifier and Type Method Description BesselFirstKindEstimatorBigH1FromBigJ. besselFirstKindEstimator()Retrieve the Estimator of the Bessel Function of the First KindBesselFirstKindEstimatorBigH1FromBigJBigY. besselFirstKindEstimator()Retrieve the Estimator of the Bessel Function of the First KindBesselFirstKindEstimatorBigH2FromBigJ. besselFirstKindEstimator()Retrieve the Estimator of the Bessel Function of the First KindBesselFirstKindEstimatorBigH2FromBigJBigY. besselFirstKindEstimator()Retrieve the Estimator of the Bessel Function of the First KindConstructors in org.drip.specialfunction.hankel with parameters of type BesselFirstKindEstimator Constructor Description BigH1FromBigJ(BesselFirstKindEstimator besselFirstKindEstimator)BigH1FromBigJ ConstructorBigH1FromBigJBigY(BesselFirstKindEstimator besselFirstKindEstimator, BesselSecondKindEstimator besselSecondKindEstimator)BigH1FromBigJBigY ConstructorBigH2FromBigJ(BesselFirstKindEstimator besselFirstKindEstimator)BigH2FromBigJ ConstructorBigH2FromBigJBigY(BesselFirstKindEstimator besselFirstKindEstimator, BesselSecondKindEstimator besselSecondKindEstimator)BigH2FromBigJBigY Constructor