Documentation of 'joptima.functions.ConstrainableFunction' Java class
ConstrainableFunction
joptima.functions

Class ConstrainableFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract void constrain(java.lang.String parametername)
      Removes the given parameter from the parameter list.
      void constrain(java.lang.String parametername, double value, double error)
      Remembers a value and error bar to constrain the given parameter to.
      void constrain(java.lang.String parametername, double value, double pluserror, double minuserror)
      Remembers a value and error bars to constrain the given parameter to.
      • Methods inherited from class java.lang.Object

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

      • ConstrainableFunction

        public ConstrainableFunction()
    • Method Detail

      • constrain

        public abstract void constrain(java.lang.String parametername)
        Removes the given parameter from the parameter list. This constraint is mandatory to implement.
      • constrain

        public void constrain(java.lang.String parametername,
                              double value,
                              double error)
        Remembers a value and error bar to constrain the given parameter to. The actual constraining must happen in the Fitter, since it depends on the particular likelihood function in use.
      • constrain

        public void constrain(java.lang.String parametername,
                              double value,
                              double pluserror,
                              double minuserror)
        Remembers a value and error bars to constrain the given parameter to. The actual constraining must happen in the Fitter, since it depends on the particular likelihood function in use.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.