public class RandomVariableAliasesKt
public static net.finmath.stochastic.RandomVariable plus(@NotNull
net.finmath.stochastic.RandomVariable $this$plus,
double value)
value - The value to add.public static net.finmath.stochastic.RandomVariable minus(@NotNull
net.finmath.stochastic.RandomVariable $this$minus,
double value)
public static net.finmath.stochastic.RandomVariable times(@NotNull
net.finmath.stochastic.RandomVariable $this$times,
double value)
@NotNull
public static net.finmath.stochastic.RandomVariable plus(@NotNull
java.lang.Number $this$plus,
@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable minus(@NotNull
java.lang.Number $this$minus,
@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable times(@NotNull
java.lang.Number $this$times,
@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable div(@NotNull
java.lang.Number $this$div,
@NotNull
net.finmath.stochastic.RandomVariable value)
public static net.finmath.stochastic.RandomVariable plus(@NotNull
net.finmath.stochastic.RandomVariable $this$plus,
@NotNull
net.finmath.stochastic.RandomVariable value)
public static net.finmath.stochastic.RandomVariable minus(@NotNull
net.finmath.stochastic.RandomVariable $this$minus,
@NotNull
net.finmath.stochastic.RandomVariable value)
public static net.finmath.stochastic.RandomVariable times(@NotNull
net.finmath.stochastic.RandomVariable $this$times,
@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable exp(@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable log(@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable squared(@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable sqrt(@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable max(@NotNull
net.finmath.stochastic.RandomVariable value,
double value2)
@NotNull
public static net.finmath.stochastic.RandomVariable expectation(@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable variance(@NotNull
net.finmath.stochastic.RandomVariable value)
@NotNull
public static net.finmath.stochastic.RandomVariable covariance(@NotNull
net.finmath.stochastic.RandomVariable x,
@NotNull
net.finmath.stochastic.RandomVariable y)