Class AlgorithmELSUNCOpt2D.FitOAR2DELSUNCModel

java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngine
gov.nih.mipav.model.algorithms.AlgorithmELSUNCOpt2D.FitOAR2DELSUNCModel
Enclosing class:
AlgorithmELSUNCOpt2D

class AlgorithmELSUNCOpt2D.FitOAR2DELSUNCModel extends NLConstrainedEngine
  • Field Details

    • currentDim

      private int currentDim
    • point

      private double[] point
  • Constructor Details

    • FitOAR2DELSUNCModel

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

    • 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.