Class RiccatiBesselXeeEstimator

java.lang.Object
org.drip.specialfunction.definition.RiccatiBesselXeeEstimator
All Implemented Interfaces:
R2ToZ1
Direct Known Subclasses:
XeeFromBigH1, XeeFromSC, XeeFromSmallH1

public abstract class RiccatiBesselXeeEstimator
extends java.lang.Object
implements R2ToZ1
RiccatiBesselXeeEstimator exposes the Estimator for the Riccati-Bessel Xee Function. The References are:

  • Abramowitz, M., and I. A. Stegun (2007): Handbook of Mathematics Functions Dover Book on Mathematics
  • Arfken, G. B., and H. J. Weber (2005): Mathematical Methods for Physicists 6th Edition Harcourt San Diego
  • Temme N. M. (1996): Special Functions: An Introduction to the Classical Functions of Mathematical Physics 2nd Edition Wiley New York
  • Watson, G. N. (1995): A Treatise on the Theory of Bessel Functions Cambridge University Press
  • Wikipedia (2019): Bessel Function https://en.wikipedia.org/wiki/Bessel_function
It provides the following functionality:
  • Evaluate Riccati-Bessel Xee Function given Alpha and z

Module Product Core Module
Library Fixed Income Analytics
Project Special Function Implementation and Analysis
Package Definition of Special Function Estimators
Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    RiccatiBesselXeeEstimator()  
  • Method Summary

    Modifier and Type Method Description
    CartesianComplexNumber evaluate​(double alpha, double z)
    Evaluate for the given variate Pair
    abstract CartesianComplexNumber xee​(double alpha, double z)
    Evaluate Riccati-Bessel Xee Estimate given Alpha and z

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RiccatiBesselXeeEstimator

      public RiccatiBesselXeeEstimator()
  • Method Details

    • xee

      public abstract CartesianComplexNumber xee​(double alpha, double z)
      Evaluate Riccati-Bessel Xee Estimate given Alpha and z
      Parameters:
      alpha - Alpha
      z - Z
      Returns:
      Riccati-Bessel Xee Estimate
    • evaluate

      public CartesianComplexNumber evaluate​(double alpha, double z)
      Description copied from interface: R2ToZ1
      Evaluate for the given variate Pair
      Specified by:
      evaluate in interface R2ToZ1
      Parameters:
      alpha - X
      z - Y
      Returns:
      Returns the Calculated Complex Value