Class AlgorithmELSUNCOpt2D.FitOAR2DELSUNCModel

    • Field Detail

      • currentDim

        private int currentDim
      • point

        private double[] point
    • Constructor Detail

      • FitOAR2DELSUNCModel

        public FitOAR2DELSUNCModel​(int currentDim,
                                   double[] point)
        Creates a new FitOAR3DConstrainedModel object.
        Parameters:
        currentDim - Only optimize along 1 dimension at a time
    • Method Detail

      • dumpResults

        public void dumpResults()
        Display results of displaying OAR2D fitting parameters.
      • fitToFunction

        public void fitToFunction​(double[] a,
                                  double[] residuals,
                                  double[][] covarMat)
        Description copied from class: NLConstrainedEngine
        fitToFunction communicates with 3 protected variables param, nPts, and ctrlMat ctrlMat is used as a wrapper for ctrl or lctrl. Evaluates the residuals or the Jacobian at a certain a[]
        Specified by:
        fitToFunction in class NLConstrainedEngine
        Parameters:
        a - The best guess parameter values.
        residuals - ymodel - yData.
        covarMat - The derivative values of y with respect to fitting parameters.