Class Sigmoid.Parametric

java.lang.Object
org.hipparchus.analysis.function.Sigmoid.Parametric
All Implemented Interfaces:
ParametricUnivariateFunction
Enclosing class:
Sigmoid

public static class Sigmoid.Parametric extends Object implements ParametricUnivariateFunction
Parametric function where the input array contains the parameters of the sigmoid function, ordered as follows:
  • Lower asymptote
  • Higher asymptote
  • Constructor Details

    • Parametric

      public Parametric()
      Empty constructor.

      This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.

      Since:
      3.0
  • Method Details