public class ReportingDoubleValue extends DoubleValue implements HasReport
E, PI, value| Constructor and Description |
|---|
ReportingDoubleValue(double value,
Report report) |
ReportingDoubleValue(double value,
Report report,
String expression) |
compareTo, compareTo, doubleValue, equals, equals, floatValue, getValue, hashCode, toStringpublic ReportingDoubleValue(double value,
Report report)
public ReportingDoubleValue copy()
copy in class DoubleValuepublic ReportingDoubleValue add(double value)
add in class DoubleValuepublic ReportingDoubleValue add(Value<? extends Number> value)
add in class DoubleValuepublic ReportingDoubleValue add(double coefficient, Number factor)
Value
Adds coefficient * factor.
add in class DoubleValuepublic ReportingDoubleValue add(double coefficient, Number firstFactor, Number secondFactor)
add in class DoubleValuepublic ReportingDoubleValue add(double coefficient, Number... factors)
Value
Adds coefficient * product(factors).
add in class DoubleValuepublic ReportingDoubleValue add(double coefficient, Number factor, int exponent)
Value
Adds coefficient * (factor ^ exponent).
add in class DoubleValuepublic ReportingDoubleValue subtract(double value)
subtract in class DoubleValuepublic ReportingDoubleValue subtract(Value<? extends Number> value)
subtract in class DoubleValuepublic ReportingDoubleValue multiply(double value)
multiply in class DoubleValuepublic ReportingDoubleValue multiply(Value<? extends Number> value)
multiply in class DoubleValuepublic ReportingDoubleValue multiply(Number factor, double exponent)
Value
Multiplies by factor ^ exponent.
multiply in class DoubleValuepublic ReportingDoubleValue divide(double value)
divide in class DoubleValuepublic ReportingDoubleValue divide(Value<? extends Number> value)
divide in class DoubleValuepublic ReportingDoubleValue residual(Value<? extends Number> value)
residual in class DoubleValuepublic ReportingDoubleValue square()
square in class DoubleValuepublic ReportingDoubleValue power(double value)
power in class DoubleValuepublic ReportingDoubleValue reciprocal()
reciprocal in class DoubleValuepublic ReportingDoubleValue elliott()
elliott in class DoubleValuepublic ReportingDoubleValue exp()
exp in class DoubleValuepublic ReportingDoubleValue gauss()
gauss in class DoubleValuepublic ReportingDoubleValue inverseLogit()
inverseLogit in class DoubleValuepublic ReportingDoubleValue inverseCloglog()
inverseCloglog in class DoubleValuepublic ReportingDoubleValue inverseLoglog()
inverseLoglog in class DoubleValuepublic ReportingDoubleValue inverseLogc()
inverseLogc in class DoubleValuepublic ReportingDoubleValue inverseNegbin(double value)
inverseNegbin in class DoubleValuepublic ReportingDoubleValue inverseOddspower(double value)
inverseOddspower in class DoubleValuepublic ReportingDoubleValue inversePower(double value)
inversePower in class DoubleValuepublic ReportingDoubleValue inverseCauchit()
inverseCauchit in class DoubleValuepublic ReportingDoubleValue inverseProbit()
inverseProbit in class DoubleValuepublic ReportingDoubleValue sin()
sin in class DoubleValuepublic ReportingDoubleValue cos()
cos in class DoubleValuepublic ReportingDoubleValue arctan()
arctan in class DoubleValuepublic ReportingDoubleValue tanh()
tanh in class DoubleValuepublic ReportingDoubleValue threshold(double value)
threshold in class DoubleValuepublic ReportingDoubleValue relu()
relu in class DoubleValuepublic ReportingDoubleValue abs()
abs in class DoubleValuepublic ReportingDoubleValue gaussSim(double value)
gaussSim in class DoubleValuepublic ReportingDoubleValue restrict(double lowValue, double highValue)
restrict in class DoubleValuepublic ReportingDoubleValue round()
round in class DoubleValuepublic ReportingDoubleValue ceiling()
ceiling in class DoubleValuepublic ReportingDoubleValue floor()
floor in class DoubleValuepublic ReportingDoubleValue denormalize(double leftOrig, double leftNorm, double rightOrig, double rightNorm)
denormalize in class DoubleValueCopyright © 2018. All rights reserved.