Package gov.nih.mipav.model.algorithms
Class InverseLaplaceTest.FitdeHoog2
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.InverseLaplace
-
- gov.nih.mipav.model.algorithms.InverseLaplaceTest.FitdeHoog2
-
- Enclosing class:
- InverseLaplaceTest
class InverseLaplaceTest.FitdeHoog2 extends InverseLaplace
-
-
Constructor Summary
Constructors Constructor Description FitdeHoog2(double[] time, double largestPole, double tol)
Creates a new FitExpModel object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[][]
fitToLaplace(double realS, double[] imagS)
DOCUMENT ME!-
Methods inherited from class gov.nih.mipav.model.algorithms.InverseLaplace
driver, getTimeFunction
-
-
-
-
Method Detail
-
fitToLaplace
public double[][] fitToLaplace(double realS, double[] imagS)
DOCUMENT ME!- Specified by:
fitToLaplace
in classInverseLaplace
- Parameters:
realS
- DOCUMENT ME!imagS
- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
-