Documentation of 'hep.aida.ref.pdf.Exponential' Java class
Exponential
hep.aida.ref.pdf

Class Exponential

    • Field Detail

      • NORMAL

        public static int NORMAL
      • DECAY

        public static int DECAY
    • Constructor Detail

      • Exponential

        public Exponential(java.lang.String name)
      • Exponential

        public Exponential(java.lang.String name,
                           int type)
      • Exponential

        public Exponential(java.lang.String name,
                           Dependent x)
      • Exponential

        public Exponential(java.lang.String name,
                           Dependent x,
                           int type)
      • Exponential

        public Exponential(java.lang.String name,
                           Dependent x,
                           Parameter alpha,
                           int type)
    • Method Detail

      • variableChanged

        public void variableChanged(Variable var)
        Description copied from class: Function
        This method is invoked when a variable in the function has changed its value.
        Overrides:
        variableChanged in class Function
      • hasAnalyticalVariableGradient

        public boolean hasAnalyticalVariableGradient(Variable var)
        Description copied from class: Function
        To be overwritten by classes extending Function. This method is used internally by this class to determine if a function has can provide an analytical gradient with respect to a given Variable.
        Overrides:
        hasAnalyticalVariableGradient in class Function
      • evaluateAnalyticalVariableGradient

        public double evaluateAnalyticalVariableGradient(Variable var)
        Description copied from class: Function
        To be overwritten by classes extending Function. This method is used internally by this class to evaluate the derivative with respect to a given Variable.
        Overrides:
        evaluateAnalyticalVariableGradient in class Function

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.