Class TrigonometricFunctions

java.lang.Object
org.drip.sample.conditionnumber.TrigonometricFunctions

public class TrigonometricFunctions
extends java.lang.Object
TrigonometricFunctions illustrates the Estimation of Condition Numbers for Trigonometric Functions. The References are:

  • Belsley, D. A., E. Kuh, and R. E. Welsch (1980): Regression Dynamics: Identifying Influential Data and Sources of Collinearity John Wiley and Sons New York NY
  • Cheney, K. (2008): Numerical Mathematics and Computing Cengage Learning New York NY
  • Pesaran, M. H. (2015): Time Series and Panel Data Econometrics Oxford University Press New York NY
  • Trefethen, L. N., and D. Bau III (1997): Numerical Linear Algebra Society for Industrial and Applied Mathematics Philadelphia PA
  • Wikipedia (2024): Condition Number https://en.wikipedia.org/wiki/Condition_number




Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    TrigonometricFunctions()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] argumentArray)
    Entry Point

    Methods inherited from class java.lang.Object

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

    • TrigonometricFunctions

      public TrigonometricFunctions()
  • Method Details

    • main

      public static final void main​(java.lang.String[] argumentArray) throws java.lang.Exception
      Entry Point
      Parameters:
      argumentArray - Command Line Argument Array
      Throws:
      java.lang.Exception - Thrown on Error/Exception Situation