Package gov.nih.mipav.model.algorithms
Class AlgorithmSM2.FitSM2nl2solModel
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.NL2sol
-
- gov.nih.mipav.model.algorithms.AlgorithmSM2.FitSM2nl2solModel
-
- Enclosing class:
- AlgorithmSM2
class AlgorithmSM2.FitSM2nl2solModel extends NL2sol
-
-
Constructor Summary
Constructors Constructor Description FitSM2nl2solModel(int nPoints, double[] yData, double[] x, int[] iv, double[] v, boolean useAnalyticJacobian)
Creates a new FitSM2nl2solModel object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calcj(int meqn, int nvar, double[] x, int nf, double[][] jac, int[] uiparm, double[] urparm)
void
calcr(int meqn, int nvar, double[] x, int[] nf, double[] r, int[] uiparm, double[] urparm)
void
driver()
Starts the analysis.void
dumpResults()
Display results of displaying SM2 fitting parameters.-
Methods inherited from class gov.nih.mipav.model.algorithms.NL2sol
getChiSquared, getIterations, nl2sno, nl2sol, reldst, statusMessageNL2sol
-
-