Uses of Class
org.drip.specialfunction.definition.BesselFirstKindEstimator
Package | Description |
---|---|
org.drip.specialfunction.bessel |
Ordered Bessel Function Variant Estimators
|
org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
org.drip.specialfunction.generator |
Special Function Series Term Generators
|
org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of BesselFirstKindEstimator in org.drip.specialfunction.bessel
Subclasses of BesselFirstKindEstimator in org.drip.specialfunction.bessel Modifier and Type Class Description class
FirstFrobeniusSeriesEstimator
FirstFrobeniusSeriesEstimator implements the Frobenius Series Estimator for the Cylindrical Bessel Function of the First Kind.class
FirstSchlafliIntegralEstimator
FirstSchlafliIntegralEstimator implements the Integral Estimator for the Cylindrical Bessel Function of the First Kind.Methods in org.drip.specialfunction.bessel that return BesselFirstKindEstimator Modifier and Type Method Description BesselFirstKindEstimator
RiccatiSEstimator. besselFirstKindEstimator()
Retrieve the Bessel Function First KindBesselFirstKindEstimator
SecondNISTSeriesEstimator. besselFirstKindEstimator()
Retrieve the Bessel Function First Kind EstimatorBesselFirstKindEstimator
SecondWeberEstimator. besselFirstKindEstimator()
Retrieve the Bessel Function First Kind EstimatorBesselFirstKindEstimator
SphericalFirstEstimator. besselFirstKindEstimator()
Retrieve the Bessel Function First Kind EstimatorMethods in org.drip.specialfunction.bessel with parameters of type BesselFirstKindEstimator Modifier and Type Method Description static SecondNISTSeriesEstimator
SecondNISTSeriesEstimator. Standard(R1ToR1 digammaEstimator, R1ToR1 gammaEstimator, BesselFirstKindEstimator besselFirstKindEstimator, int termCount)
Construct a Standard Instance of SecondNISTSeriesEstimatorConstructors in org.drip.specialfunction.bessel with parameters of type BesselFirstKindEstimator Constructor Description RiccatiSEstimator(BesselFirstKindEstimator besselFirstKindEstimator)
RiccatiSEstimator ConstructorSecondWeberEstimator(BesselFirstKindEstimator besselFirstKindEstimator)
SecondWeberEstimator ConstructorSphericalFirstEstimator(BesselFirstKindEstimator besselFirstKindEstimator)
SphericalFirstEstimator Constructor -
Uses of BesselFirstKindEstimator in org.drip.specialfunction.definition
Methods in org.drip.specialfunction.definition that return BesselFirstKindEstimator Modifier and Type Method Description static BesselFirstKindEstimator
BesselFirstKindEstimator. AlphaNegativeIntegerAsymptote(R1ToR1 gammaEstimator)
Construct the Alpha Negative Integer Asymptotic Version of BesselFirstKindEstimatorstatic BesselFirstKindEstimator
BesselFirstKindEstimator. AlphaPositiveIntegerOrZeroAsymptote(R1ToR1 gammaEstimator)
Construct the Alpha Positive Integer or Zero Asymptotic Version of BesselFirstKindEstimatorstatic BesselFirstKindEstimator
BesselFirstKindEstimator. AlphaZeroApproximate()
Construct the Approximate Zero Alpha Bessel Estimator of the First Kindstatic BesselFirstKindEstimator
BesselFirstKindEstimator. AlphaZeroNegativeZAsymptote()
Construct the Alpha = 0 Negative z Asymptotic Version of BesselFirstKindEstimatorstatic BesselFirstKindEstimator
BesselFirstKindEstimator. HighZAsymptote()
Construct the High z Asymptotic Version of BesselFirstKindEstimator -
Uses of BesselFirstKindEstimator in org.drip.specialfunction.generator
Methods in org.drip.specialfunction.generator that return BesselFirstKindEstimator Modifier and Type Method Description BesselFirstKindEstimator
BesselFirstKindLaurentExpansion. besselFirstKindEstimator()
Retrieve the Bessel First Kind Function EstimatorConstructors in org.drip.specialfunction.generator with parameters of type BesselFirstKindEstimator Constructor Description BesselFirstKindLaurentExpansion(BesselFirstKindEstimator besselFirstKindEstimator)
BesselFirstKindLaurentExpansion Constructor -
Uses of BesselFirstKindEstimator in org.drip.specialfunction.hankel
Methods in org.drip.specialfunction.hankel that return BesselFirstKindEstimator Modifier and Type Method Description BesselFirstKindEstimator
BigH1FromBigJ. besselFirstKindEstimator()
Retrieve the Estimator of the Bessel Function of the First KindBesselFirstKindEstimator
BigH1FromBigJBigY. besselFirstKindEstimator()
Retrieve the Estimator of the Bessel Function of the First KindBesselFirstKindEstimator
BigH2FromBigJ. besselFirstKindEstimator()
Retrieve the Estimator of the Bessel Function of the First KindBesselFirstKindEstimator
BigH2FromBigJBigY. besselFirstKindEstimator()
Retrieve the Estimator of the Bessel Function of the First KindConstructors in org.drip.specialfunction.hankel with parameters of type BesselFirstKindEstimator Constructor Description BigH1FromBigJ(BesselFirstKindEstimator besselFirstKindEstimator)
BigH1FromBigJ ConstructorBigH1FromBigJBigY(BesselFirstKindEstimator besselFirstKindEstimator, BesselSecondKindEstimator besselSecondKindEstimator)
BigH1FromBigJBigY ConstructorBigH2FromBigJ(BesselFirstKindEstimator besselFirstKindEstimator)
BigH2FromBigJ ConstructorBigH2FromBigJBigY(BesselFirstKindEstimator besselFirstKindEstimator, BesselSecondKindEstimator besselSecondKindEstimator)
BigH2FromBigJBigY Constructor