Uses of Class
org.drip.specialfunction.definition.BesselSecondKindEstimator
| Package | Description |
|---|---|
| org.drip.specialfunction.bessel |
Ordered Bessel Function Variant Estimators
|
| org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
| org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of BesselSecondKindEstimator in org.drip.specialfunction.bessel
Subclasses of BesselSecondKindEstimator in org.drip.specialfunction.bessel Modifier and Type Class Description classSecondNISTSeriesEstimatorSecondNISTSeriesEstimator implements the NIST Series Estimator for the Cylindrical Bessel Function of the Second Kind.classSecondWatsonIntegralEstimatorSecondWatsonIntegralEstimator implements the Integral Estimator for the Cylindrical Bessel Function of the Second Kind.classSecondWeberEstimatorSecondWeberEstimator implements the Weber Estimation for the Cylindrical Bessel Function of the Second Kind.Methods in org.drip.specialfunction.bessel that return BesselSecondKindEstimator Modifier and Type Method Description BesselSecondKindEstimatorRiccatiCEstimator. besselSecondKindEstimator()Retrieve the Bessel Function Second KindBesselSecondKindEstimatorSphericalSecondEstimator. besselSecondKindEstimator()Retrieve the Bessel Function Second Kind EstimatorConstructors in org.drip.specialfunction.bessel with parameters of type BesselSecondKindEstimator Constructor Description RiccatiCEstimator(BesselSecondKindEstimator besselSecondKindEstimator)RiccatiCEstimator ConstructorSphericalSecondEstimator(BesselSecondKindEstimator besselSecondKindEstimator)SphericalSecondEstimator Constructor -
Uses of BesselSecondKindEstimator in org.drip.specialfunction.definition
Methods in org.drip.specialfunction.definition that return BesselSecondKindEstimator Modifier and Type Method Description static BesselSecondKindEstimatorBesselSecondKindEstimator. AlphaNegativeIntegerAsymptote(R1ToR1 gammaEstimator)Construct the Alpha Negative Integer Asymptotic Version of BesselSecondKindEstimatorstatic BesselSecondKindEstimatorBesselSecondKindEstimator. AlphaNonNegativeIntegerAsymptote(R1ToR1 gammaEstimator)Construct the Alpha Non-Negative Integer Asymptotic Version of BesselSecondKindEstimatorstatic BesselSecondKindEstimatorBesselSecondKindEstimator. AlphaZeroAsymptote()Construct the Alpha Zero Asymptotic Version of BesselSecondKindEstimatorstatic BesselSecondKindEstimatorBesselSecondKindEstimator. HighZAsymptote()Construct the High z Asymptotic Version of BesselSecondKindEstimator -
Uses of BesselSecondKindEstimator in org.drip.specialfunction.hankel
Methods in org.drip.specialfunction.hankel that return BesselSecondKindEstimator Modifier and Type Method Description BesselSecondKindEstimatorBigH1FromBigJBigY. besselSecondKindEstimator()Retrieve the Estimator of the Bessel Function of the Second KindBesselSecondKindEstimatorBigH2FromBigJBigY. besselSecondKindEstimator()Retrieve the Estimator of the Bessel Function of the Second KindConstructors in org.drip.specialfunction.hankel with parameters of type BesselSecondKindEstimator Constructor Description BigH1FromBigJBigY(BesselFirstKindEstimator besselFirstKindEstimator, BesselSecondKindEstimator besselSecondKindEstimator)BigH1FromBigJBigY ConstructorBigH2FromBigJBigY(BesselFirstKindEstimator besselFirstKindEstimator, BesselSecondKindEstimator besselSecondKindEstimator)BigH2FromBigJBigY Constructor