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 double
apply(double t)
Function
derivative()
void
dispose()
java.lang.String
format(java.lang.String arg)
double
get()
DoubleModel
getAlphaModel()
DoubleModel
getLinearScale()
DoubleModel
getQuadraticScale()
void
set(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:
derivative
in classFunction
-
-