Package samer.functions
Class LogGenExp
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.LogGenExp
-
public class LogGenExp extends Function
Generalised exponential log prior Blending to quadratic at zero
-
-
Constructor Summary
Constructors Constructor and Description LogGenExp(double a, double e)
-
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
getEpsModel()
void
set(double t)
-
-
-
Method Detail
-
get
public double get()
-
set
public void set(double t)
-
getAlphaModel
public DoubleModel getAlphaModel()
-
getEpsModel
public DoubleModel getEpsModel()
-
derivative
public Function derivative()
- Overrides:
derivative
in classFunction
-
-