Package gov.nih.mipav.model.algorithms
Class AlgorithmFRAP.FitPure1DNoWholeModel
java.lang.Object
gov.nih.mipav.model.algorithms.NL2sol
gov.nih.mipav.model.algorithms.AlgorithmFRAP.FitPure1DNoWholeModel
- Enclosing class:
AlgorithmFRAP
DOCUMENT ME!
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFitPure1DNoWholeModel(int nPoints, double[] xData, float[] yData, double[] x, int[] iv, double[] v, boolean useAnalyticJacobian) Creates a new FitSM2nl2solModel object. -
Method Summary
Modifier and TypeMethodDescriptionvoidcalcj(int meqn, int nvar, double[] x, int nf, double[][] jac, int[] uiparm, double[] urparm) voidcalcr(int meqn, int nvar, double[] x, int[] nf, double[] r, int[] uiparm, double[] urparm) Fit to function - a1 + (1 - a1)*[1 - 1/sqrt(1 + 4*PI*a0*x)].voiddriver()Starts the analysis.voidDisplay results of displaying pure 1D no whole organ normalization fitting parameters.Methods inherited from class gov.nih.mipav.model.algorithms.NL2sol
getChiSquared, getIterations, nl2sno, nl2sol, reldst, statusMessageNL2sol
-
Field Details
-
iv
int[] iv -
v
double[] v -
x
double[] x -
xData
private double[] xData -
yData
private float[] yData
-
-
Constructor Details
-
FitPure1DNoWholeModel
public FitPure1DNoWholeModel(int nPoints, double[] xData, float[] yData, double[] x, int[] iv, double[] v, boolean useAnalyticJacobian) Creates a new FitSM2nl2solModel object.- Parameters:
nPoints- DOCUMENT ME!yData- DOCUMENT ME!x- DOCUMENT ME!iv-v-useAnalyticJacobian-
-
-
Method Details
-
driver
public void driver()Starts the analysis. -
dumpResults
public void dumpResults()Display results of displaying pure 1D no whole organ normalization fitting parameters. -
calcj
public void calcj(int meqn, int nvar, double[] x, int nf, double[][] jac, int[] uiparm, double[] urparm) -
calcr
public void calcr(int meqn, int nvar, double[] x, int[] nf, double[] r, int[] uiparm, double[] urparm) Fit to function - a1 + (1 - a1)*[1 - 1/sqrt(1 + 4*PI*a0*x)].
-