meshi.util.mathTools
Class Sigma

java.lang.Object
  extended by meshi.util.mathTools.Sigma

public class Sigma
extends java.lang.Object

This class host the static method "sigma" which gives a derivable sigmoid function of the following form: x<0 - not defined 0


Field Summary
static double s
           
static double s_tag
           
 
Constructor Summary
Sigma()
           
 
Method Summary
static void sigma(double x, double end, double p1, double p2, double valAtp1, double valAtp2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

public static double s

s_tag

public static double s_tag
Constructor Detail

Sigma

public Sigma()
Method Detail

sigma

public static final void sigma(double x,
                               double end,
                               double p1,
                               double p2,
                               double valAtp1,
                               double valAtp2)