Package 

Class FunctionsKt

  • All Implemented Interfaces:

    
    public final class FunctionsKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Double logistic(Double sigma, Double tau, Double parameters) https://en.wikipedia.
      final static Double advancedLogistic(Double sigma, Double tau, Double parameters)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • logistic

         final static Double logistic(Double sigma, Double tau, Double parameters)

        https://en.wikipedia.org/wiki/Logistic_function

        Parameters:
        sigma - Steepness parameter of the logistic function.
        tau - Threshold parameter of the logistic function.
      • advancedLogistic

         final static Double advancedLogistic(Double sigma, Double tau, Double parameters)
        Parameters:
        sigma - Steepness parameter of the advanced logistic function.
        tau - Threshold parameter of the advanced logistic function.