Package pulse.math.transforms
Class StandardTransformations
- java.lang.Object
-
- pulse.math.transforms.StandardTransformations
-
public class StandardTransformations extends Object
A utility class containing standard mathematical transforms and their inverses for non-bounded parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static Transformable
ABS
static Transformable
LOG
Logarithmic parameter transform.static Transformable
SQRT
-
-
-
Field Detail
-
LOG
public static final Transformable LOG
Logarithmic parameter transform. The parameter space is only bounded by positive numbers, so no bounding segment required.
-
SQRT
public static final Transformable SQRT
-
ABS
public static final Transformable ABS
-
-