public static final class DistributionFactory.LogExpUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
MAX |
static double |
MIN_LOG |
Constructor and Description |
---|
LogExpUtil() |
Modifier and Type | Method and Description |
---|---|
static double |
exp(double x)
Sanitized exponential function - helper function.
|
static double |
log(double x)
Sanitized log function - helper function
|
public static final double MIN_LOG
public static final double MAX
public static double exp(double x)
x
- value to be transformpublic static double log(double x)
x
- value to be transform