Class RegressionRunDetail

java.lang.Object
org.drip.regression.core.RegressionRunDetail

public class RegressionRunDetail
extends java.lang.Object
RegressionRunDetail contains named field level detailed output of the regression activity.



Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    RegressionRunDetail()
    Empty constructor: Regression detail fields will be initialized
  • Method Summary

    Modifier and Type Method Description
    CaseInsensitiveTreeMap<java.lang.String> getFieldMap()
    Retrieve the field map
    boolean set​(java.lang.String strKey, java.lang.String strValue)
    Set the Key Value Map Entry

    Methods inherited from class java.lang.Object

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

    • RegressionRunDetail

      public RegressionRunDetail()
      Empty constructor: Regression detail fields will be initialized
  • Method Details

    • set

      public boolean set​(java.lang.String strKey, java.lang.String strValue)
      Set the Key Value Map Entry
      Parameters:
      strKey - Name of the regression detail field
      strValue - Value of the regression detail field
      Returns:
      TRUE - "set" succeeded
    • getFieldMap

      public CaseInsensitiveTreeMap<java.lang.String> getFieldMap()
      Retrieve the field map
      Returns:
      The Field Map