Class InverseLaplaceTest.FitdeHoog14

    • Constructor Summary

      Constructors 
      Constructor Description
      FitdeHoog14​(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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FitdeHoog14

        public FitdeHoog14​(double[] time,
                           double largestPole,
                           double tol)
        Creates a new FitExpModel object.
        Parameters:
        time - DOCUMENT ME!
        largestPole - DOCUMENT ME!
        tol - DOCUMENT ME!
    • Method Detail

      • fitToLaplace

        public double[][] fitToLaplace​(double realS,
                                       double[] imagS)
        DOCUMENT ME!
        Specified by:
        fitToLaplace in class InverseLaplace
        Parameters:
        realS - DOCUMENT ME!
        imagS - DOCUMENT ME!
        Returns:
        DOCUMENT ME!