Uses of Interface
net.finmath.stochastic.RandomVariableArray
Packages that use RandomVariableArray
-
Uses of RandomVariableArray in net.finmath.stochastic
Classes in net.finmath.stochastic that implement RandomVariableArrayModifier and TypeClassDescriptionclass
An implementation ofRandomVariableArray
implementing an array ofRandomVariable
objects, implementing theRandomVariable
interface.Methods in net.finmath.stochastic that return RandomVariableArrayModifier and TypeMethodDescriptiondefault RandomVariableArray
RandomVariableArray.getConditionalExpectation(ConditionalExpectationEstimator conditionalExpectationOperator)
RandomVariableArray.map(RandomOperator operator)
Component wise operationRandomVariableArrayImplementation.map(RandomOperator operator)
static RandomVariableArray
RandomVariableArrayImplementation.of(RandomVariable[] elements)
Methods in net.finmath.stochastic with parameters of type RandomVariableArrayModifier and TypeMethodDescriptionRandomVariableArray.sumProduct(RandomVariableArray array)
Components wise product followed by sum of all elements.RandomVariableArrayImplementation.sumProduct(RandomVariableArray array)