Class FixedPointFinderRegressionEngine

java.lang.Object
org.drip.regression.core.RegressionEngine
org.drip.regression.fixedpointfinder.FixedPointFinderRegressionEngine

public class FixedPointFinderRegressionEngine
extends RegressionEngine
FixedPointFinderRegressionEngine implements the RegressionEngine for the Fixed Point Finder regression. It adds the OpenRegressorSet, the BracketingRegressorSet, and the CompoundBracketingRegressorSet, and launches the regression engine.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • FixedPointFinderRegressionEngine

      public FixedPointFinderRegressionEngine​(int iNumRuns, int iRegressionDetail) throws java.lang.Exception
      FixedPointFinderRegressionEngine Constuctor
      Parameters:
      iNumRuns - Number of Runs
      iRegressionDetail - Regression Detail Setting
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid