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
class SchwarzChristoffelMapping2.stpfunEP extends NLConstrainedEngineEP
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DoubleDouble[]
beta
(package private) boolean[]
cmplx
(package private) int[]
left
(package private) int
n
(package private) int
nb
(package private) DoubleDouble[][]
nmlen
(package private) DoubleDouble[][]
qdat
(package private) int[]
right
-
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
Constructors Constructor Description stpfunEP(DoubleDouble[] y0, int n, int nb, DoubleDouble[] beta, DoubleDouble[][] nmlen, int[] left, int[] right, boolean[] cmplx, DoubleDouble[][] qdat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
driver()
Starts the analysis.void
dumpResults()
Display results of displaying exponential fitting parameters.void
fitToFunction(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 Detail
-
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 Detail
-
stpfunEP
public stpfunEP(DoubleDouble[] y0, int n, int nb, DoubleDouble[] beta, DoubleDouble[][] nmlen, int[] left, int[] right, boolean[] cmplx, DoubleDouble[][] qdat)
-
-
Method Detail
-
driver
public void driver()
Starts the analysis.- Overrides:
driver
in classNLConstrainedEngineEP
-
dumpResults
public void dumpResults()
Display results of displaying exponential fitting parameters.
-
fitToFunction
public void fitToFunction(DoubleDouble[] a, DoubleDouble[] residuals, DoubleDouble[][] covarMat)
Description copied from class:NLConstrainedEngineEP
fitToFunction 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:
fitToFunction
in classNLConstrainedEngineEP
- Parameters:
a
- DOCUMENT ME!residuals
- DOCUMENT ME!covarMat
- DOCUMENT ME!
-
-