Package gov.nih.mipav.model.algorithms
Class AlgorithmFRAP.FitExpModel
java.lang.Object
gov.nih.mipav.model.algorithms.InverseLaplace
gov.nih.mipav.model.algorithms.AlgorithmFRAP.FitExpModel
- Enclosing class:
AlgorithmFRAP
DOCUMENT ME!
-
Constructor Summary
ConstructorsConstructorDescriptionFitExpModel(double[] time, double largestPole, double tol) Creates a new FitExpModel object. -
Method Summary
Modifier and TypeMethodDescriptiondouble[][]fitToLaplace(double realS, double[] imagS) DOCUMENT ME!Methods inherited from class gov.nih.mipav.model.algorithms.InverseLaplace
driver, getTimeFunction
-
Constructor Details
-
FitExpModel
public FitExpModel(double[] time, double largestPole, double tol) Creates a new FitExpModel object.- Parameters:
time- DOCUMENT ME!largestPole- DOCUMENT ME!tol- DOCUMENT ME!
-
-
Method Details
-
fitToLaplace
public double[][] fitToLaplace(double realS, double[] imagS) DOCUMENT ME!- Specified by:
fitToLaplacein classInverseLaplace- Parameters:
realS- DOCUMENT ME!imagS- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-