Documentation of 'jas2.hist.Fittable1DFunction' Java class
Fittable1DFunction
jas2.hist

Class Fittable1DFunction

    • Constructor Detail

      • Fittable1DFunction

        public Fittable1DFunction()
    • Method Detail

      • getIncludeParametersInFit

        public boolean[] getIncludeParametersInFit()
      • clearFitParams

        public void clearFitParams()
      • setIncludeParameterInFit

        public void setIncludeParameterInFit(int index,
                                             boolean value)
      • getDerivatives

        public double[] getDerivatives(double x,
                                       double[] a)
                                throws FunctionValueUndefined
        Calculates the partial derivative of the function with respect to each parameter at point x. This is a non-analytical calculation which can be overriden by subclasses which wish to provide an analytical calculation
        Throws:
        FunctionValueUndefined - if the function is not defined for x
      • getFit

        public Fitter getFit()
      • clearFit

        public void clearFit()
      • getExtendedStatistic

        public java.lang.Object getExtendedStatistic(java.lang.String name)
        Description copied from interface: ExtendedStatistics
        Returns an object corresponding to the named statistic. In general the statistic will be displayed by calling its toString method, however if a Format object has been defined for this class (how?) then it will be used instead. By default the following formatters are defined
        java.lang.Double
        jas2.util.ScientificFormat
        jas2.util.DoubleWithError
        jas2.util.ScientificFormat
        If the method returns null, then the getStatistic() method from the subclass will be called instead. This simplifies the use of simple floating point statistics (no need to create a Double object for each one).
        Specified by:
        getExtendedStatistic in interface ExtendedStatistics
        Parameters:
        name - The name of the statistic to return
        See Also:
        ScientificFormat, DoubleWithError

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.