Package samer.functions
Class LogGenExp2
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.LogGenExp2
-
public class LogGenExp2 extends Function
This version has a quadratic phase, a linear phase, and finally, a power law phase.
-
-
Constructor Summary
Constructors Constructor and Description LogGenExp2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleapply(double t)Functionderivative()voiddispose()java.lang.Stringformat(java.lang.String arg)doubleget()DoubleModelgetAlphaModel()DoubleModelgetLinearScale()DoubleModelgetQuadraticScale()voidset(double t)
-
-
-
Method Detail
-
get
public double get()
-
set
public void set(double t)
-
getAlphaModel
public DoubleModel getAlphaModel()
-
getQuadraticScale
public DoubleModel getQuadraticScale()
-
getLinearScale
public DoubleModel getLinearScale()
-
derivative
public Function derivative()
- Overrides:
derivativein classFunction
-
-