Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping2.stpfun
java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngine
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping2.stpfun
- Enclosing class:
SchwarzChristoffelMapping2
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) double[](package private) boolean[](package private) int[](package private) int(package private) int(package private) double[][](package private) double[][](package private) int[]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
ConstructorsConstructorDescriptionstpfun(double[] y0, int n, int nb, double[] beta, double[][] nmlen, int[] left, int[] right, boolean[] cmplx, 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 -
nb
int nb -
beta
double[] beta -
nmlen
double[][] nmlen -
left
int[] left -
right
int[] right -
cmplx
boolean[] cmplx -
qdat
double[][] qdat
-
-
Constructor Details
-
stpfun
public stpfun(double[] y0, int n, int nb, double[] beta, double[][] nmlen, int[] left, int[] right, boolean[] cmplx, 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!
-