Class Logit.Parametric

  • All Implemented Interfaces:
    ParametricUnivariateFunction
    Enclosing class:
    Logit

    public static class Logit.Parametric
    extends java.lang.Object
    implements ParametricUnivariateFunction
    Parametric function where the input array contains the parameters of the logit function, ordered as follows:
    • Lower bound
    • Higher bound
    • Constructor Summary

      Constructors 
      Constructor Description
      Parametric()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] gradient​(double x, double... param)
      Computes the value of the gradient at x.
      private void validateParameters​(double[] param)
      Validates parameters to ensure they are appropriate for the evaluation of the value(double,double[]) and gradient(double,double[]) methods.
      double value​(double x, double... param)
      Computes the value of the logit at x.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait