Uses of Class
org.drip.specialfunction.definition.RiccatiBesselSEstimator
Package | Description |
---|---|
org.drip.specialfunction.bessel |
Ordered Bessel Function Variant Estimators
|
org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of RiccatiBesselSEstimator in org.drip.specialfunction.bessel
Subclasses of RiccatiBesselSEstimator in org.drip.specialfunction.bessel Modifier and Type Class Description class
RiccatiSEstimator
RiccatiSEstimator implements the Riccati-Bessel S Function Estimator using the Cylindrical Bessel Function of the First Kind. -
Uses of RiccatiBesselSEstimator in org.drip.specialfunction.hankel
Methods in org.drip.specialfunction.hankel that return RiccatiBesselSEstimator Modifier and Type Method Description RiccatiBesselSEstimator
XeeFromSC. riccatiBesselSEstimator()
Retrieve the Riccati-Bessel S EstimatorRiccatiBesselSEstimator
ZitaFromSC. riccatiBesselSEstimator()
Retrieve the Riccati-Bessel S EstimatorConstructors in org.drip.specialfunction.hankel with parameters of type RiccatiBesselSEstimator Constructor Description XeeFromSC(RiccatiBesselCEstimator riccatiBesselCEstimator, RiccatiBesselSEstimator riccatiBesselSEstimator)
XeeFromSC ConstructorZitaFromSC(RiccatiBesselCEstimator riccatiBesselCEstimator, RiccatiBesselSEstimator riccatiBesselSEstimator)
ZitaFromSC Constructor