Package gov.nih.mipav.model.algorithms
Class AlgorithmSM2.FitAllEP
- java.lang.Object
- 
- gov.nih.mipav.model.algorithms.NLConstrainedEngineEP
- 
- gov.nih.mipav.model.algorithms.AlgorithmSM2.FitAllEP
 
 
- 
- Enclosing class:
- AlgorithmSM2
 
 class AlgorithmSM2.FitAllEP extends NLConstrainedEngineEP 
- 
- 
Field Summary- 
Fields inherited from class gov.nih.mipav.model.algorithms.NLConstrainedEngineEPa, absoluteConvergence, analyticalJacobian, bl, bounds, bu, covarMat, ctrlMat, dyda, gues, internalScaling, iters, maxIterations, nPts, outputMes, param, parameterConvergence, relativeConvergence, residuals, secondAllowed, stdv, tolerance
 
- 
 - 
Constructor SummaryConstructors Constructor Description FitAllEP()Creates a new Fit24DModel 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(DoubleDouble[] a, DoubleDouble[] residuals, DoubleDouble[][] covarMat)Fit to function - a0 - a1*(a2**x).- 
Methods inherited from class gov.nih.mipav.model.algorithms.NLConstrainedEngineEPfitToTestFunction, getChiSquared, getExitStatus, getParameters, getResiduals
 
- 
 
- 
- 
- 
Method Detail- 
driverpublic void driver() Starts the analysis.- Overrides:
- driverin class- NLConstrainedEngineEP
 
 - 
dumpResultspublic void dumpResults() Display results of displaying exponential fitting parameters.
 - 
fitToFunctionpublic void fitToFunction(DoubleDouble[] a, DoubleDouble[] residuals, DoubleDouble[][] covarMat) Fit to function - a0 - a1*(a2**x).- Specified by:
- fitToFunctionin class- NLConstrainedEngineEP
- 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.
 
 
- 
 
-