Package gov.nih.mipav.model.algorithms
Class AlgorithmFRAP.FitWholeNLConModel3
java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngine
gov.nih.mipav.model.algorithms.AlgorithmFRAP.FitWholeNLConModel3
- Enclosing class:
AlgorithmFRAP
DOCUMENT ME!
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) doubleDOCUMENT ME!(package private) double[]DOCUMENT ME!(package private) intDOCUMENT ME!(package private) doubleDOCUMENT ME!private double[]private float[]Fields inherited from class gov.nih.mipav.model.algorithms.NLConstrainedEngine
a, absoluteConvergence, analyticalJacobian, bl, bounds, bu, ctrlMat, dyda, gues, internalScaling, iters, jacobian, maxIterations, nPts, outputMes, param, parameterConvergence, relativeConvergence, residuals, secondAllowed, stdv, tolerance -
Constructor Summary
ConstructorsConstructorDescriptionFitWholeNLConModel3(int nPoints, double[] xData, float[] yData, double[] initial, double upper, int routine, double eps, double[] result) Creates a new FitWholeNLConModel3 object. -
Method Summary
Modifier and TypeMethodDescriptionvoiddriver()Starts the analysis.voidDisplay 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.NLConstrainedEngine
dumpTestResults, fitToTestFunction, getChiSquared, getExitStatus, getIterations, getParameters, getResiduals, statusMessage
-
Field Details
-
xData
private double[] xData -
yData
private float[] yData -
eps
double epsDOCUMENT ME! -
result
double[] resultDOCUMENT ME! -
routine
int routineDOCUMENT ME! -
upper
double upperDOCUMENT ME!
-
-
Constructor Details
-
FitWholeNLConModel3
public FitWholeNLConModel3(int nPoints, double[] xData, float[] yData, double[] initial, double upper, int routine, double eps, double[] result) Creates a new FitWholeNLConModel3 object.- Parameters:
nPoints- DOCUMENT ME!xData- DOCUMENT ME!yData- DOCUMENT ME!initial- DOCUMENT ME!upper- DOCUMENT ME!routine- DOCUMENT ME!eps- DOCUMENT ME!result- DOCUMENT ME!
-
-
Method Details
-
driver
public void driver()Starts the analysis.- Overrides:
driverin classNLConstrainedEngine
-
dumpResults
public void dumpResults()Display results of displaying exponential fitting parameters. -
fitToFunction
public void fitToFunction(double[] a, double[] residuals, double[][] covarMat) Fit to function.- Specified by:
fitToFunctionin classNLConstrainedEngine- 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.
-