Class UpperSFixedSeriesTerm

java.lang.Object
org.drip.specialfunction.incompletegamma.UpperSFixedSeriesTerm

public class UpperSFixedSeriesTerm
extends java.lang.Object
UpperSFixedSeriesTerm implements a Single Term in the Upper Incomplete Gamma Expansion Series for a Fixed s, starting from s = 0 if Recurrence is used. The References are:

  • Geddes, K. O., M. L. Glasser, R. A. Moore, and T. C. Scott (1990): Evaluation of Classes of Definite Integrals involving Elementary Functions via Differentiation of Special Functions Applicable Algebra in Engineering, Communications, and 1 (2) 149-165
  • Gradshteyn, I. S., I. M. Ryzhik, Y. V. Geronimus, M. Y. Tseytlin, and A. Jeffrey (2015): Tables of Integrals, Series, and Products Academic Press
  • Mathar, R. J. (2010): Numerical Evaluation of the Oscillatory Integral over eiÏ€x x(1/x) between 1 and ∞ https://arxiv.org/pdf/0912.3844.pdf arXiV
  • National Institute of Standards and Technology (2019): Incomplete Gamma and Related Functions https://dlmf.nist.gov/8
  • Wikipedia (2019): Incomplete Gamma Function https://en.wikipedia.org/wiki/Incomplete_gamma_function
It provides the following functionality:
  • Construct the NIST (2019) Limit Version of the Upper s = 0 Term
  • Construct the NIST (2019) Limit Version of the Upper s = -n Term
  • Construct the Weisstein Version of the Upper s .gt. 0 Term

Module Computational Core Module
Library Function Analysis Library
Project Special Function Implementation and Analysis
Package Upper/Lower Incomplete Gamma Functions
Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    UpperSFixedSeriesTerm()  
  • Method Summary

    Modifier and Type Method Description
    static R1ToR1SeriesTerm NIST2019()
    Construct the NIST (2019) Limit Version of the Upper s = 0 Term
    static R1ToR1SeriesTerm NIST2019​(int n)
    Construct the NIST (2019) Limit Version of the Upper s = -n Term
    static R1ToR1SeriesTerm Weisstein​(int s)
    Construct the Weisstein Version of the Upper s .gt.

    Methods inherited from class java.lang.Object

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

    • UpperSFixedSeriesTerm

      public UpperSFixedSeriesTerm()
  • Method Details

    • NIST2019

      public static final R1ToR1SeriesTerm NIST2019()
      Construct the NIST (2019) Limit Version of the Upper s = 0 Term
      Returns:
      The NIST (2019) Limit Version of the Upper s = 0 Term
    • NIST2019

      public static final R1ToR1SeriesTerm NIST2019​(int n)
      Construct the NIST (2019) Limit Version of the Upper s = -n Term
      Parameters:
      n - n
      Returns:
      The NIST (2019) Limit Version of the Upper s = -n Term
    • Weisstein

      public static final R1ToR1SeriesTerm Weisstein​(int s)
      Construct the Weisstein Version of the Upper s .gt. 0 Term
      Parameters:
      s - s
      Returns:
      The Weisstein Version of the Upper s .gt. 0 Term