Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping2.stpfunEP
java.lang.Object
gov.nih.mipav.model.algorithms.NLConstrainedEngineEP
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping2.stpfunEP
- Enclosing class:
SchwarzChristoffelMapping2
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) DoubleDouble[](package private) boolean[](package private) int[](package private) int(package private) int(package private) DoubleDouble[][](package private) DoubleDouble[][](package private) int[]Fields inherited from class gov.nih.mipav.model.algorithms.NLConstrainedEngineEP
a, absoluteConvergence, analyticalJacobian, bl, bounds, bu, covarMat, ctrlMat, dyda, gues, internalScaling, iters, maxIterations, nPts, outputMes, param, parameterConvergence, relativeConvergence, residuals, secondAllowed, stdv, tolerance -
Constructor Summary
ConstructorsConstructorDescriptionstpfunEP(DoubleDouble[] y0, int n, int nb, DoubleDouble[] beta, DoubleDouble[][] nmlen, int[] left, int[] right, boolean[] cmplx, DoubleDouble[][] qdat) -
Method Summary
Modifier and TypeMethodDescriptionvoiddriver()Starts the analysis.voidDisplay results of displaying exponential fitting parameters.voidfitToFunction(DoubleDouble[] a, DoubleDouble[] residuals, DoubleDouble[][] 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.NLConstrainedEngineEP
fitToTestFunction, getChiSquared, getExitStatus, getParameters, getResiduals
-
Field Details
-
n
int n -
nb
int nb -
beta
DoubleDouble[] beta -
nmlen
DoubleDouble[][] nmlen -
left
int[] left -
right
int[] right -
cmplx
boolean[] cmplx -
qdat
DoubleDouble[][] qdat
-
-
Constructor Details
-
stpfunEP
public stpfunEP(DoubleDouble[] y0, int n, int nb, DoubleDouble[] beta, DoubleDouble[][] nmlen, int[] left, int[] right, boolean[] cmplx, DoubleDouble[][] qdat)
-
-
Method Details
-
driver
public void driver()Starts the analysis.- Overrides:
driverin classNLConstrainedEngineEP
-
dumpResults
public void dumpResults()Display results of displaying exponential fitting parameters. -
fitToFunction
Description copied from class:NLConstrainedEngineEPfitToFunction 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 classNLConstrainedEngineEP- Parameters:
a- DOCUMENT ME!residuals- DOCUMENT ME!covarMat- DOCUMENT ME!
-