Uses of Class
org.drip.specialfunction.definition.SphericalBesselSecondKindEstimator
| Package | Description |
|---|---|
| org.drip.specialfunction.bessel |
Ordered Bessel Function Variant Estimators
|
| org.drip.specialfunction.generator |
Special Function Series Term Generators
|
| org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of SphericalBesselSecondKindEstimator in org.drip.specialfunction.bessel
Subclasses of SphericalBesselSecondKindEstimator in org.drip.specialfunction.bessel Modifier and Type Class Description classSphericalSecondEstimatorSphericalSecondEstimator implements the Integral Estimator for the Spherical Bessel Function of the Second Kind.Methods in org.drip.specialfunction.bessel that return SphericalBesselSecondKindEstimator Modifier and Type Method Description static SphericalBesselSecondKindEstimatorSphericalSecondEstimator. OrderPlusOne()Retrieve the Order +1 Spherical Bessel Second Kind Estimatorstatic SphericalBesselSecondKindEstimatorSphericalSecondEstimator. OrderPlusThree()Retrieve the Order +3 Spherical Bessel Second Kind Estimatorstatic SphericalBesselSecondKindEstimatorSphericalSecondEstimator. OrderPlusTwo()Retrieve the Order +2 Spherical Bessel Second Kind Estimatorstatic SphericalBesselSecondKindEstimatorSphericalSecondEstimator. OrderZero()Retrieve the Order 0 Spherical Bessel Second Kind Estimator -
Uses of SphericalBesselSecondKindEstimator in org.drip.specialfunction.generator
Methods in org.drip.specialfunction.generator that return SphericalBesselSecondKindEstimator Modifier and Type Method Description SphericalBesselSecondKindEstimatorSphericalBesselSecondKindExpansion. sphericalBesselSecondKindEstimator()Retrieve the Second Kind Spherical Bessel Function EstimatorConstructors in org.drip.specialfunction.generator with parameters of type SphericalBesselSecondKindEstimator Constructor Description SphericalBesselSecondKindExpansion(SphericalBesselSecondKindEstimator sphericalBesselSecondKindEstimator, R1ToR1 gammaEstimator)SphericalBesselSecondKindExpansion Constructor -
Uses of SphericalBesselSecondKindEstimator in org.drip.specialfunction.hankel
Methods in org.drip.specialfunction.hankel that return SphericalBesselSecondKindEstimator Modifier and Type Method Description SphericalBesselSecondKindEstimatorSmallH1. sphericalBesselSecondKindEstimator()Retrieve the Estimator of the Spherical Bessel Function of the Second KindSphericalBesselSecondKindEstimatorSmallH2. sphericalBesselSecondKindEstimator()Retrieve the Estimator of the Spherical Bessel Function of the Second KindConstructors in org.drip.specialfunction.hankel with parameters of type SphericalBesselSecondKindEstimator Constructor Description SmallH1(SphericalBesselFirstKindEstimator sphericalBesselFirstKindEstimator, SphericalBesselSecondKindEstimator sphericalBesselSecondKindEstimator)SmallH1 ConstructorSmallH2(SphericalBesselFirstKindEstimator sphericalBesselFirstKindEstimator, SphericalBesselSecondKindEstimator sphericalBesselSecondKindEstimator)SmallH2 Constructor