Class BuiltInEntry

java.lang.Object
org.drip.function.e2erf.BuiltInEntry

public class BuiltInEntry
extends java.lang.Object
BuiltInEntry implements E2 Entries of the Built-in Table of erf and erfc Values. The References are:

  • Abramowitz, M., and I. A. Stegun (2007): Handbook of Mathematics Functions Dover Book on Mathematics
  • Chang, S. H., P. C. Cosman, L. B. Milstein (2011): Chernoff-Type Bounds for Gaussian Error Function IEEE Transactions on Communications 59 (11) 2939-2944
  • Cody, W. J. (1991): Algorithm 715: SPECFUN – A Portable FORTRAN Package of Special Function Routines and Test Drivers ACM Transactions on Mathematical Software 19 (1) 22-32
  • Schopf, H. M., and P. H. Supancic (2014): On Burmann’s Theorem and its Application to Problems of Linear and Non-linear Heat Transfer and Diffusion https://www.mathematica-journal.com/2014/11/on-burmanns-theorem-and-its-application-to-problems-of-linear-and-nonlinear-heat-transfer-and-diffusion/#more-39602/
  • Wikipedia (2019): Error Function https://en.wikipedia.org/wiki/Error_function


Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    BuiltInEntry​(double erf, double erfc)
    BuiltInEntry Constructor
  • Method Summary

    Modifier and Type Method Description
    double erf()
    Retrieve the E2 erf
    double erfc()
    Retrieve the E2 erfc
    static java.util.Map<java.lang.Double,​BuiltInEntry> Table()
    Generate a Table of Built-in E2 erf/erfc Entries

    Methods inherited from class java.lang.Object

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

    • BuiltInEntry

      public BuiltInEntry​(double erf, double erfc) throws java.lang.Exception
      BuiltInEntry Constructor
      Parameters:
      erf - E2 erf Value
      erfc - E2 erfc Value
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • Table

      public static final java.util.Map<java.lang.Double,​BuiltInEntry> Table()
      Generate a Table of Built-in E2 erf/erfc Entries
      Returns:
      The Table of Built-in E2 erf/erfc Entries
    • erf

      public double erf()
      Retrieve the E2 erf
      Returns:
      The E2 erf
    • erfc

      public double erfc()
      Retrieve the E2 erfc
      Returns:
      The E2 erfc