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