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) intn(package private) intnb(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 voiddriver()Starts the analysis.voiddumpResults()Display 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 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:
driverin 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: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!
-
-