Class FittingFunctionResult


  • public class FittingFunctionResult
    extends java.lang.Object
    Result returned by a fitting function.
    Since:
    0.2
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double[] gradients
      Parameter gradients at the given coordinate
      double y
      Value at the given coordinate
    • Constructor Summary

      Constructors 
      Constructor Description
      FittingFunctionResult​(double y, double[] gradients)
      Trivial/generic constructor for the result class
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • y

        public double y
        Value at the given coordinate
      • gradients

        public double[] gradients
        Parameter gradients at the given coordinate
    • Constructor Detail

      • FittingFunctionResult

        public FittingFunctionResult​(double y,
                                     double[] gradients)
        Trivial/generic constructor for the result class
        Parameters:
        y - value at the coordinate
        gradients - parameter gradients