Class DSC_MRI_toolbox.GVFitting

    • Constructor Detail

      • GVFitting

        public GVFitting​(double[] x0,
                         boolean doAnalytical)
    • Method Detail

      • fitToFunction

        public void fitToFunction​(double[] a,
                                  double[] residuals,
                                  double[][] covarMat)
        Fit to function.
        Specified by:
        fitToFunction in class NLConstrainedEngine
        Parameters:
        a - The x value of the data point.
        residuals - The best guess parameter values.
        covarMat - The derivative values of y with respect to fitting parameters.
      • dumpResults

        public void dumpResults()
        Display results of gammma-variate curve Fitting.