Package gov.nih.mipav.model.algorithms
Class AlgorithmFRAP.FitWholeNLConModelqd
- java.lang.Object
- 
- gov.nih.mipav.model.algorithms.NLConstrainedEngine
- 
- gov.nih.mipav.model.algorithms.AlgorithmFRAP.FitWholeNLConModelqd
 
 
- 
- Enclosing class:
- AlgorithmFRAP
 
 class AlgorithmFRAP.FitWholeNLConModelqd extends NLConstrainedEngine DOCUMENT ME!
- 
- 
Field SummaryFields Modifier and Type Field Description private double[]xDataprivate float[]yData- 
Fields inherited from class gov.nih.mipav.model.algorithms.NLConstrainedEnginea, absoluteConvergence, analyticalJacobian, bl, bounds, bu, ctrlMat, dyda, gues, internalScaling, iters, jacobian, maxIterations, nPts, outputMes, param, parameterConvergence, relativeConvergence, residuals, secondAllowed, stdv, tolerance
 
- 
 - 
Constructor SummaryConstructors Constructor Description FitWholeNLConModelqd(int nPoints, double[] xData, float[] yData, double[] initial)Creates a new FitWholeNLConModelqd object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddriver()Starts the analysis.voiddumpResults()Display results of displaying exponential fitting parameters.voidfitToFunction(double[] a, double[] residuals, double[][] covarMat)Fit to function.- 
Methods inherited from class gov.nih.mipav.model.algorithms.NLConstrainedEnginedumpTestResults, fitToTestFunction, getChiSquared, getExitStatus, getIterations, getParameters, getResiduals, statusMessage
 
- 
 
- 
- 
- 
Method Detail- 
driverpublic void driver() Starts the analysis.- Overrides:
- driverin class- NLConstrainedEngine
 
 - 
dumpResultspublic void dumpResults() Display results of displaying exponential fitting parameters.
 - 
fitToFunctionpublic void fitToFunction(double[] a, double[] residuals, double[][] covarMat)Fit to function.- Specified by:
- fitToFunctionin 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.
 
 
- 
 
-