Class Logistic.Parametric

java.lang.Object
org.apache.commons.math4.analysis.function.Logistic.Parametric
All Implemented Interfaces:
ParametricUnivariateFunction
Enclosing class:
Logistic

public static class Logistic.Parametric
extends java.lang.Object
implements ParametricUnivariateFunction
Parametric function where the input array contains the parameters of the logistic function, ordered as follows:
  • k
  • m
  • b
  • q
  • a
  • n
  • Constructor Summary

    Constructors 
    Constructor Description
    Parametric()  
  • Method Summary

    Modifier and Type Method Description
    double[] gradient​(double x, double... param)
    Computes the value of the gradient at x.
    double value​(double x, double... param)
    Computes the value of the sigmoid at x.

    Methods inherited from class java.lang.Object

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