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 class
SecondNISTSeriesEstimator
SecondNISTSeriesEstimator implements the NIST Series Estimator for the Cylindrical Bessel Function of the Second Kind.class
SecondWatsonIntegralEstimator
SecondWatsonIntegralEstimator implements the Integral Estimator for the Cylindrical Bessel Function of the Second Kind.class
SecondWeberEstimator
SecondWeberEstimator 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 BesselSecondKindEstimator
RiccatiCEstimator. besselSecondKindEstimator()
Retrieve the Bessel Function Second KindBesselSecondKindEstimator
SphericalSecondEstimator. 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 BesselSecondKindEstimator
BesselSecondKindEstimator. AlphaNegativeIntegerAsymptote(R1ToR1 gammaEstimator)
Construct the Alpha Negative Integer Asymptotic Version of BesselSecondKindEstimatorstatic BesselSecondKindEstimator
BesselSecondKindEstimator. AlphaNonNegativeIntegerAsymptote(R1ToR1 gammaEstimator)
Construct the Alpha Non-Negative Integer Asymptotic Version of BesselSecondKindEstimatorstatic BesselSecondKindEstimator
BesselSecondKindEstimator. AlphaZeroAsymptote()
Construct the Alpha Zero Asymptotic Version of BesselSecondKindEstimatorstatic BesselSecondKindEstimator
BesselSecondKindEstimator. 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 BesselSecondKindEstimator
BigH1FromBigJBigY. besselSecondKindEstimator()
Retrieve the Estimator of the Bessel Function of the Second KindBesselSecondKindEstimator
BigH2FromBigJBigY. 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