Class CashJacobianRegressorSet
java.lang.Object
org.drip.regression.curvejacobian.CashJacobianRegressorSet
- All Implemented Interfaces:
RegressorSet
public class CashJacobianRegressorSet extends java.lang.Object implements RegressorSet
CashJacobianRegressorSet implements the regression analysis set for the Cash product related
Sensitivity Jacobians. Specifically, it computes the PVDF micro-Jack.
- Module = Computational Core Module
- Library = Computation Support
- Project = Regression Engine Core and the Unit Regressors
- Package = Curve Jacobian Reconciliation Regression Engine
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description CashJacobianRegressorSet()
-
Method Summary
Modifier and Type Method Description java.util.List<UnitRegressor>
getRegressorSet()
Retrieve the list of regressorsjava.lang.String
getSetName()
Retrieve the Regression Set Nameboolean
setupRegressors()
Set up the list of Regressors in the setMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CashJacobianRegressorSet
public CashJacobianRegressorSet()
-
-
Method Details
-
getRegressorSet
Description copied from interface:RegressorSet
Retrieve the list of regressors- Specified by:
getRegressorSet
in interfaceRegressorSet
- Returns:
- List of regressors
-
setupRegressors
public boolean setupRegressors()Description copied from interface:RegressorSet
Set up the list of Regressors in the set- Specified by:
setupRegressors
in interfaceRegressorSet
- Returns:
- TRUE if set up is successful
-
getSetName
public java.lang.String getSetName()Description copied from interface:RegressorSet
Retrieve the Regression Set Name- Specified by:
getSetName
in interfaceRegressorSet
- Returns:
- Regression Set Name
-