Class AlgorithmELSUNCOpt3D.FitOAR3DELSUNCModel

java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngine
gov.nih.mipav.model.algorithms.AlgorithmELSUNCOpt3D.FitOAR3DELSUNCModel
Enclosing class:
AlgorithmELSUNCOpt3D

class AlgorithmELSUNCOpt3D.FitOAR3DELSUNCModel extends NLConstrainedEngine
  • Field Details

    • currentDim

      private int currentDim
    • point

      private double[] point
  • Constructor Details

    • FitOAR3DELSUNCModel

      public FitOAR3DELSUNCModel(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 OAR3D 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.