Modifier and Type | Method | Description |
---|---|---|
double |
getLog_of_base() |
|
double |
getLogValue(double nonLogValue) |
Returns the log-representation of the provided decimal value.
|
double[] |
getLogValue(double[] nonLogArray) |
Returns the log-representation of the provided decimal array.
|
double |
getNonLogValue(double logValue) |
Returns the decimal representation of the provided log values.
|
double |
mean(double... logValues) |
Computes the mean of the provided log values.
|
double |
product(double... logValues) |
Computes the sum of the provided log values.
|
double |
sum(double... logValues) |
Computes the sum of the provided log values.
|
public double getLog_of_base()
public double getNonLogValue(double logValue)
public double getLogValue(double nonLogValue)
public double[] getLogValue(double[] nonLogArray)
public double mean(double... logValues)
public double sum(double... logValues)
public double product(double... logValues)