Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping.crpfun
java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngine
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping.crpfun
- Enclosing class:
SchwarzChristoffelMapping
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) double[](package private) double[][](package private) int(package private) SchwarzChristoffelMapping.qlgraph(package private) double[][]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
ConstructorsConstructorDescriptioncrpfun(double[] x, int n, double[] beta, double[][] crtarget, SchwarzChristoffelMapping.qlgraph Q, double[][] qdat) -
Method Summary
Modifier and TypeMethodDescriptionvoiddriver()Starts the analysis.voidDisplay results of displaying exponential fitting parameters.voidfitToFunction(double[] a, double[] residuals, double[][] covarMat) fitToFunction communicates with 3 protected variables param, nPts, and ctrlMat ctrlMat is used as a wrapper for ctrl or lctrl.Methods inherited from class gov.nih.mipav.model.algorithms.NLConstrainedEngine
dumpTestResults, fitToTestFunction, getChiSquared, getExitStatus, getIterations, getParameters, getResiduals, statusMessage
-
Field Details
-
n
int n -
beta
double[] beta -
crtarget
double[][] crtarget -
Q
-
qdat
double[][] qdat
-
-
Constructor Details
-
crpfun
public crpfun(double[] x, int n, double[] beta, double[][] crtarget, SchwarzChristoffelMapping.qlgraph Q, double[][] qdat)
-
-
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) Description copied from class:NLConstrainedEnginefitToFunction 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:
fitToFunctionin classNLConstrainedEngine- Parameters:
a- DOCUMENT ME!residuals- DOCUMENT ME!covarMat- DOCUMENT ME!
-